summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:57:40 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-12 21:57:40 -0400
commit54e76e856edbfd6ec3ffed263120bac4640525cd (patch)
tree6b773bb98444853865afcceab3bba264649d5b19 /pts/test-profiles
parentf3b2bdf68cb5161e6bf809a6e4b49291040ad1fe (diff)
downloadphoronix-test-suite-upstream-54e76e856edbfd6ec3ffed263120bac4640525cd.tar.gz
phoronix-test-suite-upstream-54e76e856edbfd6ec3ffed263120bac4640525cd.tar.xz
phoronix-test-suite-upstream-54e76e856edbfd6ec3ffed263120bac4640525cd.zip
documentation: Update profile writing how-to with latest pts-core features
Diffstat (limited to 'pts/test-profiles')
-rw-r--r--pts/test-profiles/sample-program.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pts/test-profiles/sample-program.xml b/pts/test-profiles/sample-program.xml
index fe2bcaf..9b20707 100644
--- a/pts/test-profiles/sample-program.xml
+++ b/pts/test-profiles/sample-program.xml
@@ -1,6 +1,6 @@
<PhoronixTestSuite>
<TestProfile>
- <Version>1.0.0</Version>
+ <Version>1.1.0</Version>
<TestType>Processor</TestType>
<SoftwareType>Utility</SoftwareType>
<License>FREE</License>
@@ -13,6 +13,6 @@
<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.</Description>
+ <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>