]> git.notmuchmail.org Git - notmuch/blob - performance-test/T00-new.sh
Import notmuch_0.27.orig.tar.gz
[notmuch] / performance-test / T00-new.sh
1 #!/bin/bash
2
3 test_description='notmuch new'
4
5 . $(dirname "$0")/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