summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/tests.xml
blob: 0d4cd1be6aacd0cf697a17e7f53c2d2cd266ed04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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 /usr/lib/qt5jsondb-tests/benchmarks/client; date &amp;&amp; ./tst_bench_client &amp;&amp; date</step>
      </case>
      <case name="tst_bench_partition" timeout="5000" component="qt5jsondb">
        <description>Server-side performance</description>
        <step>cd /usr/lib/qt5jsondb-tests/benchmarks/partition; date &amp;&amp; ./tst_bench_partition &amp;&amp; date</step>
      </case>
      <case name="tst_bench_jsondbcachinglistmodel" timeout="5000" component="qt5jsondb">
        <description>JsonDbCachingListModel performance</description>
        <step>cd /usr/lib/qt5jsondb-tests/benchmarks/jsondbcachinglistmodel; date &amp;&amp; ./tst_bench_jsondbcachinglistmodel -platform minimal &amp;&amp; date</step>
      </case>
      <case name="tst_bench_jsondbsortinglistmodel" timeout="5000" component="qt5jsondb">
        <description>JsonDbCachingListModel performance</description>
        <step>cd /usr/lib/qt5jsondb-tests/benchmarks/jsondbsortinglistmodel; date &amp;&amp; ./tst_bench_jsondbsortinglistmodel -platform minimal &amp;&amp; date</step>
      </case>
    </set>
  </suite>
</testdefinition>