From d639c35a0bcafcde50eb9b9bfa09fc71e9860af7 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sun, 28 Dec 2008 11:56:05 -0500 Subject: pts: Add system-disk test suite for real world disk / encryption tests --- CHANGE-LOG | 1 + pts/test-suites/system-disk.xml | 44 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 pts/test-suites/system-disk.xml 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 @@ + + + + + Disk Performance + 1.0.0 + Michael Larabel + Disk + A collection of tests that should test the overall performance of disk drives and disk encryption performance. + + + encode-mp3 + + + build-imagemagick + + + compress-gzip + + + compress-pbzip2 + + + iozone + -s 512M -i0 + 512MB Write Performance + + + iozone + -s 1024M -i0 + 1GB Write Performance + + + iozone + -s 1024M -i0 -i1 + 1GB Read Performance + + + sqlite + + + gnupg + + -- cgit