summaryrefslogtreecommitdiffstats
path: root/pts/test-profiles/tandem-xml.xml
diff options
context:
space:
mode:
authorMichael Larabel <Michael AT phoronix.com>2008-05-13 10:52:17 -0400
committerMichael Larabel <Michael AT phoronix.com>2008-05-13 10:52:17 -0400
commitf564a38a62b815620bbad809fbbb109747f35da2 (patch)
tree4303ea3072e99d37acfa199545d5ba0280228026 /pts/test-profiles/tandem-xml.xml
parent56740668db0d38287dcd39e393606033208f8815 (diff)
downloadphoronix-test-suite-upstream-f564a38a62b815620bbad809fbbb109747f35da2.tar.gz
phoronix-test-suite-upstream-f564a38a62b815620bbad809fbbb109747f35da2.tar.xz
phoronix-test-suite-upstream-f564a38a62b815620bbad809fbbb109747f35da2.zip
Add tandem-xml test profile for testing the XML read/write performance
of the tandem_Xml writer and reader
Diffstat (limited to 'pts/test-profiles/tandem-xml.xml')
-rw-r--r--pts/test-profiles/tandem-xml.xml35
1 files changed, 35 insertions, 0 deletions
diff --git a/pts/test-profiles/tandem-xml.xml b/pts/test-profiles/tandem-xml.xml
new file mode 100644
index 0000000..e83e8d9
--- /dev/null
+++ b/pts/test-profiles/tandem-xml.xml
@@ -0,0 +1,35 @@
+<PhoronixTestSuite>
+ <TestProfile>
+ <Version>0.1</Version>
+ <TestType>System</TestType>
+ <SoftwareType>Benchmark</SoftwareType>
+ <License>FREE</License>
+ <Status>VERIFIED</Status>
+ <Maintainer>Michael Larabel</Maintainer>
+ </TestProfile>
+ <TestInformation>
+ <Title>Tandem XML</Title>
+ <Version>1</Version>
+ <TimesToRun>3</TimesToRun>
+ <ResultScale>Seconds</ResultScale>
+ <Proportion>LIB</Proportion>
+ <Description>This is a simple benchmark of tandem_Xml, an XML writer and parser written in PHP by Michael Larabel. This test will read/write to 9,000 XML files. This benchmark mostly is designed to test the system memory, hard disk, and processor. In addition, it can also measure the performance of your PHP installation/optimization.</Description>
+ </TestInformation>
+ <TestSettings>
+ <Option>
+ <DisplayName>Type</DisplayName>
+ <Identifier>run-type</Identifier>
+ <ArgumentName></ArgumentName>
+ <Menu>
+ <Entry>
+ <Name>Write</Name>
+ <Value>WRITE</Value>
+ </Entry>
+ <Entry>
+ <Name>Read</Name>
+ <Value>READ</Value>
+ </Entry>
+ </Menu>
+ </Option>
+ </TestSettings>
+</PhoronixTestSuite>