summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/super-pi.xml
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-06-10 08:35:08 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-06-10 08:35:08 -0400
commit97796ab9cdf6de995ae1808aea17846d7634cdab (patch)
treeeb178e3e04f5b811167a5082574110bfdf44ba1c /pts/test-profiles/super-pi.xml
parent5a03021c5ff1f174f37741287284e347f0a46e38 (diff)
downloadphoronix-test-suite-upstream-97796ab9cdf6de995ae1808aea17846d7634cdab.tar.gz
phoronix-test-suite-upstream-97796ab9cdf6de995ae1808aea17846d7634cdab.tar.xz
phoronix-test-suite-upstream-97796ab9cdf6de995ae1808aea17846d7634cdab.zip
Allow SuperPi to calculate Pi to sizes other than a million digits
Diffstat (limited to 'pts/test-profiles/super-pi.xml')
-rw-r--r--pts/test-profiles/super-pi.xml37
1 files changed, 32 insertions, 5 deletions
diff --git a/pts/test-profiles/super-pi.xml b/pts/test-profiles/super-pi.xml
index 013f657..b2e7def 100644
--- a/pts/test-profiles/super-pi.xml
+++ b/pts/test-profiles/super-pi.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.0.0</Version>
+ <Version>1.0.1</Version>
<TestType>Processor</TestType>
<SoftwareType>Utility</SoftwareType>
<License>UNKNOWN</License>
@@ -16,12 +16,39 @@
<TimesToRun>3</TimesToRun>
<ResultScale>Seconds</ResultScale>
<Proportion>LIB</Proportion>
- <Description>Time how long it takes to calculate pi to 1 million digits.</Description>
+ <Description>Time how long it takes to calculate pi.</Description>
<ExternalDependencies>build-utilities</ExternalDependencies>
</TestInformation>
<TestSettings>
- <Default>
- <Arguments>20</Arguments>
- </Default>
+ <Option>
+ <DisplayName>Digits To Calculate</DisplayName>
+ <Identifier>digits</Identifier>
+ <Menu>
+ <Entry>
+ <Name>1 Million Digits</Name>
+ <Value>20</Value>
+ </Entry>
+ <Entry>
+ <Name>2 Million Digits</Name>
+ <Value>21</Value>
+ </Entry>
+ <Entry>
+ <Name>4 Million Digits</Name>
+ <Value>22</Value>
+ </Entry>
+ <Entry>
+ <Name>8 Million Digits</Name>
+ <Value>23</Value>
+ </Entry>
+ <Entry>
+ <Name>16 Million Digits</Name>
+ <Value>24</Value>
+ </Entry>
+ <Entry>
+ <Name>32 Million Digits</Name>
+ <Value>25</Value>
+ </Entry>
+ </Menu>
+ </Option>
</TestSettings>
</PhoronixTestSuite>