]> git.notmuchmail.org Git - notmuch/blob - performance-test/00-new
553bb8b66a1f7dc32af48a8528da1fdab8049284
[notmuch] / performance-test / 00-new
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