]> git.notmuchmail.org Git - notmuch/blob - performance-test/T04-thread-subquery.sh
notmuch (0.27-2) unstable; urgency=medium
[notmuch] / performance-test / T04-thread-subquery.sh
1 #!/bin/bash
2
3 test_description='thread subqueries'
4
5 . $(dirname "$0")/perf-test-lib.sh || exit 1
6
7 time_start
8
9 time_run "search thread:{} ..." "notmuch search thread:{date:2010} and thread:{from:linus}"
10 time_run "search thread:{} ..." "notmuch search thread:{date:2010} and thread:{from:linus}"
11 time_run "search thread:{} ..." "notmuch search thread:{date:2010} and thread:{from:linus}"
12
13 time_done