]> git.notmuchmail.org Git - notmuch/blob - performance-test/M03-search.sh
343f5c7cfc24bba490ee67aa410be76937165763
[notmuch] / performance-test / M03-search.sh
1 #!/bin/bash
2
3 test_description='search'
4
5 . $(dirname "$0")/perf-test-lib.sh || exit 1
6
7 memory_start
8
9 memory_run 'search *' "notmuch search '*' 1>/dev/null"
10 memory_run 'search --format=json *' "notmuch search --format=json '*' 1>/dev/null"
11 memory_run 'search --format=sexp *' "notmuch search --format=sexp '*' 1>/dev/null"
12
13 memory_done