]> rtime.felk.cvut.cz Git - notmuch.git/blob - performance-test/T00-new.sh
lib: fix definition of LIBNOTMUCH_CHECK_VERSION
[notmuch.git] / performance-test / T00-new.sh
1 #!/bin/bash
2
3 test_description='notmuch new'
4
5 . ./perf-test-lib.sh || exit 1
6
7 uncache_database
8
9 time_start
10
11 for i in $(seq 2 6); do
12     time_run "notmuch new #$i" 'notmuch new'
13 done
14
15 time_done