]> git.notmuchmail.org Git - notmuch/blob - T04-thread-subquery.sh
ba81f3836e371e1c6ae210c7b2db53e25885f80a
[notmuch] / T04-thread-subquery.sh
1 #!/usr/bin/env 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