notmuch/performance-test/M00-new.sh
David Bremner 126347b694 Import notmuch_0.38.2.orig.tar.xz
[dgit import orig notmuch_0.38.2.orig.tar.xz]
2023-12-01 07:51:09 -04:00

15 lines
301 B
Bash
Executable file

#!/usr/bin/env bash
test_description='notmuch new'
. $(dirname "$0")/perf-test-lib.sh || exit 1
# ensure initial 'notmuch new' is run by memory_start
uncache_database
memory_start
# run 'notmuch new' a second time, to test different code paths
memory_run "notmuch new" "notmuch new"
memory_done