blob: 7ecfbe5e9a1f0c8b76e624f9d10027c007f42b32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<PhoronixTestSuite>
<SuiteInformation>
<Version>1.0.0</Version>
<TestType>System</TestType>
<Title>Database Test Suite</Title>
<Maintainer>Michael Larabel</Maintainer>
<Description>The database test suite consists of tests that are designed to represent real-world database performance in areas such as XML and SQL.</Description>
</SuiteInformation>
<RunTest>
<Test>sqlite</Test>
</RunTest>
<RunTest>
<Test>tandem-xml</Test>
<Arguments>WRITE</Arguments>
<Description>Write Performance</Description>
</RunTest>
<RunTest>
<Test>tandem-xml</Test>
<Arguments>READ</Arguments>
<Description>Read Performance</Description>
</RunTest>
</PhoronixTestSuite>
|