summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/tests.xml
blob: 3f5eface8ba90a4309b0029a922a0ddbddf1aac6 (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
<?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_daemon" timeout="5000" component="qt5jsondb">
        <description>Server-side performance</description>
        <step>cd /usr/lib/qt5jsondb-tests/benchmarks/daemon; date &amp;&amp; ./tst_bench_daemon &amp;&amp; date</step>
      </case>
      <case name="tst_bench_listmodel" timeout="5000" component="qt5jsondb">
        <description>JsonDbListModel performance</description>
        <step>cd /usr/lib/qt5jsondb-tests/benchmarks/jsondb-listmodel; date &amp;&amp; ./tst_bench_listmodel -platform minimal &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>