summaryrefslogtreecommitdiffstats
path: root/pts
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-12-28 11:56:05 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-12-28 11:56:05 -0500
commitd639c35a0bcafcde50eb9b9bfa09fc71e9860af7 (patch)
treec8c729d3af05cca4f3ae2463997c46b4bc3d114d /pts
parent6158873697f91216675752ca789db3924c5d0fbc (diff)
downloadphoronix-test-suite-upstream-d639c35a0bcafcde50eb9b9bfa09fc71e9860af7.tar.gz
phoronix-test-suite-upstream-d639c35a0bcafcde50eb9b9bfa09fc71e9860af7.tar.xz
phoronix-test-suite-upstream-d639c35a0bcafcde50eb9b9bfa09fc71e9860af7.zip
pts: Add system-disk test suite for real world disk / encryption tests
Diffstat (limited to 'pts')
-rw-r--r--pts/test-suites/system-disk.xml44
1 files changed, 44 insertions, 0 deletions
diff --git a/pts/test-suites/system-disk.xml b/pts/test-suites/system-disk.xml
new file mode 100644
index 0000000..2b24352
--- /dev/null
+++ b/pts/test-suites/system-disk.xml
@@ -0,0 +1,44 @@
+<?xml version="1.0"?>
+<!-- Generated: 2008-12-28 16:53:21 -->
+<PhoronixTestSuite>
+ <SuiteInformation>
+ <Title>Disk Performance</Title>
+ <Version>1.0.0</Version>
+ <Maintainer>Michael Larabel</Maintainer>
+ <TestType>Disk</TestType>
+ <Description>A collection of tests that should test the overall performance of disk drives and disk encryption performance.</Description>
+ </SuiteInformation>
+ <RunTest>
+ <Test>encode-mp3</Test>
+ </RunTest>
+ <RunTest>
+ <Test>build-imagemagick</Test>
+ </RunTest>
+ <RunTest>
+ <Test>compress-gzip</Test>
+ </RunTest>
+ <RunTest>
+ <Test>compress-pbzip2</Test>
+ </RunTest>
+ <RunTest>
+ <Test>iozone</Test>
+ <Arguments>-s 512M -i0</Arguments>
+ <Description>512MB Write Performance</Description>
+ </RunTest>
+ <RunTest>
+ <Test>iozone</Test>
+ <Arguments>-s 1024M -i0</Arguments>
+ <Description>1GB Write Performance</Description>
+ </RunTest>
+ <RunTest>
+ <Test>iozone</Test>
+ <Arguments>-s 1024M -i0 -i1</Arguments>
+ <Description>1GB Read Performance</Description>
+ </RunTest>
+ <RunTest>
+ <Test>sqlite</Test>
+ </RunTest>
+ <RunTest>
+ <Test>gnupg</Test>
+ </RunTest>
+</PhoronixTestSuite>