summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pts-core/functions/pts-functions-run.php2
-rw-r--r--pts/etc/profile-template.xml1
-rw-r--r--pts/test-profiles/scimark2.xml2
3 files changed, 3 insertions, 2 deletions
diff --git a/pts-core/functions/pts-functions-run.php b/pts-core/functions/pts-functions-run.php
index f75c49d..2ec9b52 100644
--- a/pts-core/functions/pts-functions-run.php
+++ b/pts-core/functions/pts-functions-run.php
@@ -103,7 +103,7 @@ function pts_record_benchmark_result(&$tandem_xml, $benchmark, $arguments, $iden
if(empty($description))
{
- $default_test_descriptor = $xml_parser->getXMLValue("PhoronixTestSuite/TestInformation/TestDescriptor");
+ $default_test_descriptor = $xml_parser->getXMLValue("PhoronixTestSuite/TestInformation/SubTitle");
if(!empty($default_test_descriptor))
$description = $default_test_descriptor;
diff --git a/pts/etc/profile-template.xml b/pts/etc/profile-template.xml
index 18dc7b8..25c48f7 100644
--- a/pts/etc/profile-template.xml
+++ b/pts/etc/profile-template.xml
@@ -9,6 +9,7 @@
</TestProfile>
<TestInformation>
<Title></Title>
+ <SubTitle></SubTitle>
<Version></Version>
<TimesToRun></TimesToRun>
<ResultScale></ResultScale>
diff --git a/pts/test-profiles/scimark2.xml b/pts/test-profiles/scimark2.xml
index 2406066..66530be 100644
--- a/pts/test-profiles/scimark2.xml
+++ b/pts/test-profiles/scimark2.xml
@@ -13,7 +13,7 @@
<TimesToRun>4</TimesToRun>
<ResultScale>Mflops</ResultScale>
<Proportion>HIB</Proportion>
- <TestDescriptor>Composite Score</TestDescriptor>
+ <SubTitle>Composite Score</SubTitle>
<Description>This test runs the ANSI C version of SciMark 2.0, which is a benchmark for scientific and numerical computing developed by programmers at the National Institute of Standards and Technology. This benchmark is made up of Fast Foruier Transform, Jacobi Successive Over-relaxation, Monte Carlo, Sparse Matrix Multiply, and dense LU matrix factorization benchmarks.</Description>
<ExternalDependencies>build-utilities</ExternalDependencies>
</TestInformation>