]> git.notmuchmail.org Git - notmuch/blob - performance-test/T00-new.sh
test: Test upgrade to ghost messages feature
[notmuch] / performance-test / T00-new.sh
1 #!/bin/bash
2
3 test_description='notmuch new'
4
5 . ./perf-test-lib.sh
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