From 510075ac742de76e7b8ae66d9c9ccccd41caff24 Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 29 Nov 2008 15:26:37 -0500 Subject: pts: Add adjustable file size support for bonnie test profile --- TYDAL-CHANGE-LOG | 1 + pts/test-profiles/bonnie.xml | 24 +++++++++++++++++++++++- pts/test-resources/bonnie/install.sh | 3 +-- pts/test-suites/darwin.xml | 14 +++++++------- pts/test-suites/disk.xml | 14 +++++++------- pts/test-suites/netbook.xml | 6 +++--- pts/test-suites/nevada.xml | 14 +++++++------- 7 files changed, 49 insertions(+), 27 deletions(-) diff --git a/TYDAL-CHANGE-LOG b/TYDAL-CHANGE-LOG index 53ed25a..6cda9e3 100644 --- a/TYDAL-CHANGE-LOG +++ b/TYDAL-CHANGE-LOG @@ -12,6 +12,7 @@ Phoronix Test Suite (Git) - pts-core: Add and implement RawString to XML results specification for storing raw result values from all trial runs - pts-core: Rename analyze option to analyze-batch - pts-core: Add analyze-all-runs option to generate a candlestick graph showing the distribution of results from all trial runs +- pts: Add adjustable file size support for bonnie test profile - tandem_XmlReader: Major performance improvements and optimizations - bilde_renderer: New PTS-spawned abstracted image rendering interface that supports SVG and PNG rendering with a standard API - pts_Graph: Various changes to the graphing object diff --git a/pts/test-profiles/bonnie.xml b/pts/test-profiles/bonnie.xml index 90f591f..c467b2d 100644 --- a/pts/test-profiles/bonnie.xml +++ b/pts/test-profiles/bonnie.xml @@ -1,6 +1,6 @@ - 1.2.0 + 1.3.0 Disk Utility FREE @@ -50,6 +50,28 @@ + + diff --git a/pts/test-resources/bonnie/install.sh b/pts/test-resources/bonnie/install.sh index fb6407b..7f85d8a 100755 --- a/pts/test-resources/bonnie/install.sh +++ b/pts/test-resources/bonnie/install.sh @@ -13,8 +13,7 @@ rm -rf bonnie++-1.03d/ echo "#!/bin/sh echo \$1 > TEST_TYPE -BONNIERAM=\$((\$SYS_MEMORY * 2)) rm -rf scratch_dir/ mkdir scratch_dir/ -./bonnie_/sbin/bonnie++ -d scratch_dir/ -s \$BONNIERAM > \$LOG_FILE 2>&1" > bonnie +./bonnie_/sbin/bonnie++ -d scratch_dir/ -s \$2 > \$LOG_FILE 2>&1" > bonnie chmod +x bonnie diff --git a/pts/test-suites/darwin.xml b/pts/test-suites/darwin.xml index b527af8..f545889 100644 --- a/pts/test-suites/darwin.xml +++ b/pts/test-suites/darwin.xml @@ -1,6 +1,6 @@ - 1.0.0 + 1.1.0 System Darwin Test Suite Michael Larabel @@ -57,18 +57,18 @@ bonnie - SEQ_CREATE - Sequential Create + SEQ_CREATE 4096 + 4GB Sequential Create bonnie - RAND_READ - Random Read + RAND_READ 4096 + 4GB Random Read bonnie - RAND_DELETE - Random Delete + RAND_DELETE 4096 + 4GB Random Delete gnupg diff --git a/pts/test-suites/disk.xml b/pts/test-suites/disk.xml index 0c34604..464e57d 100644 --- a/pts/test-suites/disk.xml +++ b/pts/test-suites/disk.xml @@ -1,6 +1,6 @@ - 1.0.3 + 1.1.0 Hard Disk Hard Disk Test Suite Michael Larabel @@ -8,18 +8,18 @@ bonnie - SEQ_CREATE - Sequential Create + SEQ_CREATE 4096 + 4GB Sequential Create bonnie - RAND_READ - Random Read + RAND_READ 4096 + 4GB Random Read bonnie - RAND_DELETE - Random Delete + RAND_DELETE 4096 + 4GB Random Delete iozone diff --git a/pts/test-suites/netbook.xml b/pts/test-suites/netbook.xml index 3494120..8588ba0 100644 --- a/pts/test-suites/netbook.xml +++ b/pts/test-suites/netbook.xml @@ -1,6 +1,6 @@ - 1.0.0 + 1.1.0 System Netbook Test Suite Michael Larabel @@ -17,8 +17,8 @@ bonnie - RAND_READ - Random Read + RAND_READ 4096 + 4GB Random Read iozone diff --git a/pts/test-suites/nevada.xml b/pts/test-suites/nevada.xml index 81ef961..5baa0bb 100644 --- a/pts/test-suites/nevada.xml +++ b/pts/test-suites/nevada.xml @@ -1,6 +1,6 @@ - 1.0.0 + 1.1.0 System OpenSolaris Nevada Test Suite Michael Larabel @@ -33,18 +33,18 @@ bonnie - SEQ_CREATE - Sequential Create + SEQ_CREATE 4096 + 4GB Sequential Create bonnie - RAND_READ - Random Read + RAND_READ 4096 + 4GB Random Read bonnie - RAND_DELETE - Random Delete + RAND_DELETE 4096 + 4GB Random Delete gnupg -- cgit