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