X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=performance-test%2F00-new;fp=performance-test%2F00-new;h=6f0b50c3f8180c2689a091bab6fa8d394409aa6f;hb=51b0f8ff3373fe744691b4836f4ee85919e3ec4a;hp=0000000000000000000000000000000000000000;hpb=5c35791d7cf7279024befc98e9d973af461336a3;p=notmuch diff --git a/performance-test/00-new b/performance-test/00-new new file mode 100755 index 00000000..6f0b50c3 --- /dev/null +++ b/performance-test/00-new @@ -0,0 +1,19 @@ +#!/bin/bash + +test_description='notmuch new' + +. ./perf-test-lib.sh + +uncache_database + +time_start + +time_run 'initial notmuch new' 'notmuch new' + +cache_database + +for i in $(seq 2 6); do + time_run "notmuch new #$i" 'notmuch new' +done + +time_done