diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-12 21:57:40 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-10-12 21:57:40 -0400 |
commit | 54e76e856edbfd6ec3ffed263120bac4640525cd (patch) | |
tree | 6b773bb98444853865afcceab3bba264649d5b19 /pts | |
parent | f3b2bdf68cb5161e6bf809a6e4b49291040ad1fe (diff) | |
download | phoronix-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')
-rw-r--r-- | pts/test-profiles/sample-program.xml | 4 |
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> |