summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/bonnie.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-29 15:26:37 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-29 15:26:37 -0500
commit510075ac742de76e7b8ae66d9c9ccccd41caff24 (patch)
tree3ac53f080e7a158eccd6b047590de092b424fe5b /pts/test-profiles/bonnie.xml
parent3ea0148fe5fa697c1c0459f2dd0f2dfbd65600a1 (diff)
downloadphoronix-test-suite-upstream-510075ac742de76e7b8ae66d9c9ccccd41caff24.tar.gz
phoronix-test-suite-upstream-510075ac742de76e7b8ae66d9c9ccccd41caff24.tar.xz
phoronix-test-suite-upstream-510075ac742de76e7b8ae66d9c9ccccd41caff24.zip
pts: Add adjustable file size support for bonnie test profile
Diffstat (limited to 'pts/test-profiles/bonnie.xml')
-rw-r--r--pts/test-profiles/bonnie.xml24
1 files changed, 23 insertions, 1 deletions
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 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.2.0</Version>
+ <Version>1.3.0</Version>
<TestType>Disk</TestType>
<SoftwareType>Utility</SoftwareType>
<License>FREE</License>
@@ -50,6 +50,28 @@
</Entry>
</Menu>
</Option>
+ <Option>
+ <DisplayName>Size</DisplayName>
+ <Identifier>size</Identifier>
+ <Menu>
+ <Entry>
+ <Name>512MB</Name>
+ <Value>512</Value>
+ </Entry>
+ <Entry>
+ <Name>2GB</Name>
+ <Value>2048</Value>
+ </Entry>
+ <Entry>
+ <Name>4GB</Name>
+ <Value>4096</Value>
+ </Entry>
+ <Entry>
+ <Name>8GB</Name>
+ <Value>8192</Value>
+ </Entry>
+ </Menu>
</Option>
+
</TestSettings>
</PhoronixTestSuite>