summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/test-suites/system-disk.xml44
2 files changed, 45 insertions, 0 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index 182856a..a99b7ec 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -14,6 +14,7 @@ Phoronix Test Suite (Git)
- pts: Add UXA acceleration check to GtkPerf test note reporting
- pts: Add 2d-test base profile that reports 2D acceleration mode using Cascading Test Profiles
- pts: Add build-mysql test profile for timed build of MySQL 5.1
+- pts: Add system-disk test suite for real world disk / encryption tests
- pts_Graph: Tweak formatting of basic graph attributes
- bilde_renderer: Add and implement draw_polygon and draw_ellipse to drawing API
- bilde_renderer: Add support for dynamically resizing the image drawing buffer
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>