summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/super-pi.xml
blob: af2224facfe250fe7b53471776f8fd0df78a748e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.0.1</Version>
		<TestType>Processor</TestType>
		<SoftwareType>Utility</SoftwareType>
		<License>UNKNOWN</License>
		<Status>VERIFIED</Status>
		<Maintainer>Pekka Panula</Maintainer>
		<EnvironmentSize>1.4</EnvironmentSize>
		<ExternalDependencies>build-utilities</ExternalDependencies>
		<UnsupportedPlatforms>MacOSX, Solaris</UnsupportedPlatforms>
	</TestProfile>
	<TestInformation>
		<Title>Super PI</Title>
		<Version>2.0</Version>
		<Executable>superpi</Executable>
		<TimesToRun>3</TimesToRun>
		<ResultScale>Seconds</ResultScale>
		<Proportion>LIB</Proportion>
		<Description>Time how long it takes to calculate pi to varying lengths.</Description>
	</TestInformation>
        <TestSettings>
		<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>