summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2009-01-07 13:09:42 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2009-01-07 13:09:42 -0500
commit540e0f5c2dd907ebc77609ef28843b30abc59241 (patch)
tree54ddb1cf72a15e6f0ec7c2f651fa4aa36b4dcb1f
parent449d268ad3212aaf7f3b5ec32fa5c56f463d6718 (diff)
downloadphoronix-test-suite-upstream-540e0f5c2dd907ebc77609ef28843b30abc59241.tar.gz
phoronix-test-suite-upstream-540e0f5c2dd907ebc77609ef28843b30abc59241.tar.xz
phoronix-test-suite-upstream-540e0f5c2dd907ebc77609ef28843b30abc59241.zip
pts: Minor update to iozone test profile
-rw-r--r--CHANGE-LOG1
-rw-r--r--pts/test-profiles/iozone.xml11
2 files changed, 7 insertions, 5 deletions
diff --git a/CHANGE-LOG b/CHANGE-LOG
index f734912..e3b948a 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -4,6 +4,7 @@ Phoronix Test Suite (Git)
- pts-core: Add FORCE_TIMES_TO_RUN environmental variable for forcing the number of times to run a test
- pts: Add smokin-guns test profile for Quake 3 Smokin' Guns game
+- pts: Minor update to iozone test profile
- install-sh: Add $DESTDIR support to make packaging easier
Phoronix Test Suite 1.6.0 Beta 2
diff --git a/pts/test-profiles/iozone.xml b/pts/test-profiles/iozone.xml
index 0171598..e212c7b 100644
--- a/pts/test-profiles/iozone.xml
+++ b/pts/test-profiles/iozone.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.3.0</Version>
+ <Version>1.3.1</Version>
<TestType>Disk</TestType>
<SoftwareType>Utility</SoftwareType>
<License>FREE</License>
@@ -27,22 +27,23 @@
<DisplayName>Size</DisplayName>
<Identifier>size</Identifier>
<ArgumentPrefix>-s </ArgumentPrefix>
+ <ArgumentPostfix>M</ArgumentPostfix>
<Menu>
<Entry>
<Name>512MB</Name>
- <Value>512M</Value>
+ <Value>512</Value>
</Entry>
<Entry>
<Name>2GB</Name>
- <Value>2048M</Value>
+ <Value>2048</Value>
</Entry>
<Entry>
<Name>4GB</Name>
- <Value>4096M</Value>
+ <Value>4096</Value>
</Entry>
<Entry>
<Name>8GB</Name>
- <Value>8192M</Value>
+ <Value>8192</Value>
</Entry>
</Menu>
</Option>