blob: 3c39a3d41e9a11e89e07f401beb942ad8bd36af4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version="1.0" encoding="ISO-8859-1"?>
<testdefinition version="0.1">
<suite domain="Performance" name="jsondb-benchmarks" timeout="15000">
<set description=" Simple JSON DB performance tests " feature="JSONDB" level="System" name="jsondb-benchmarks" type="Integration" timeout="10000">
<case name="tst_bench_client" timeout="5000" component="qt5jsondb">
<description>Client API performance 01</description>
<step>cd /var/lib/qt5jsondb-tests/benchmarks/client; date && ./tst_bench_client && date</step>
</case>
<case name="tst_bench_partition" timeout="5000" component="qt5jsondb">
<description>Server-side performance</description>
<step>cd /var/lib/qt5jsondb-tests/benchmarks/partition; date && ./tst_bench_partition && date</step>
</case>
<case name="tst_bench_jsondbcachinglistmodel" timeout="5000" component="qt5jsondb">
<description>JsonDbCachingListModel performance</description>
<step>cd /var/lib/qt5jsondb-tests/benchmarks/jsondbcachinglistmodel; date && ./tst_bench_jsondbcachinglistmodel -platform minimal && date</step>
</case>
<case name="tst_bench_jsondbsortinglistmodel" timeout="5000" component="qt5jsondb">
<description>JsonDbCachingListModel performance</description>
<step>cd /var/lib/qt5jsondb-tests/benchmarks/jsondbsortinglistmodel; date && ./tst_bench_jsondbsortinglistmodel -platform minimal && date</step>
</case>
<case name="tst_bench_jsondbobject" timeout="5000" component="qt5jsondb">
<description>JsonDbObject performance</description>
<step>cd /var/lib/qt5jsondb-tests/benchmarks/jsondbobject; date && ./tst_bench_object && date</step>
</case>
<case name="tst_bench_btrees" timeout="5000" component="qt5jsondb">
<description>Btrees performance</description>
<step>cd /var/lib/qt5jsondb-tests/benchmarks/btrees; date && ./tst_bench_btrees && date</step>
</case>
</set>
</suite>
</testdefinition>
|