summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/sample-program.xml
blob: 9b207075b8f98f8fb06d798d718c8a5799f02f27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<PhoronixTestSuite>
	<TestProfile>
		<Version>1.1.0</Version>
		<TestType>Processor</TestType>
		<SoftwareType>Utility</SoftwareType>
		<License>FREE</License>
		<Status>EXPERIMENTAL</Status>
		<Maintainer>Phoronix Media</Maintainer>
		<ProjectURL>http://www.phoronix-test-suite.com/</ProjectURL>
	</TestProfile>
	<TestInformation>
		<Title>Sample Pi Program</Title>
		<TimesToRun>3</TimesToRun>
		<ResultScale>Seconds</ResultScale>
		<Proportion>LIB</Proportion>
		<Description>A simple C++ program that calculates Pi to 8,765,4321 digits using the Leibniz formula. This test can be used for showcasing how to write a basic test profile.</Description>
	</TestInformation>
</PhoronixTestSuite>