3 test_description='search'
5 . $(dirname "$0")/perf-test-lib.sh || exit 1
9 for id in $(notmuch search --output=messages '*' | shuf -n 5); do
10 memory_run "reply $id" "notmuch reply \"$id\" 1>/dev/null"
11 memory_run "reply --format=json $id" "notmuch reply --format=json \"$id\" 1>/dev/null"
12 memory_run "reply --format=sexp $id" "notmuch reply --format=sexp \"$id\" 1>/dev/null"