notmuch/performance-test/T04-thread-subquery.sh

14 lines
396 B
Bash
Raw Normal View History

#!/bin/bash
test_description='thread subqueries'
. $(dirname "$0")/perf-test-lib.sh || exit 1
time_start
time_run "search thread:{} ..." "notmuch search thread:{date:2010} and thread:{from:linus}"
time_run "search thread:{} ..." "notmuch search thread:{date:2010} and thread:{from:linus}"
time_run "search thread:{} ..." "notmuch search thread:{date:2010} and thread:{from:linus}"
time_done