X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=performance-test%2FT00-new;fp=performance-test%2FT00-new;h=553bb8b66a1f7dc32af48a8528da1fdab8049284;hb=047cd7a595f760a23415b9e38d7136325f28b114;hp=0000000000000000000000000000000000000000;hpb=f43b23f8e02dfd973a17e02d60f1e14e8b9da301;p=obsolete%2Fnotmuch-old diff --git a/performance-test/T00-new b/performance-test/T00-new new file mode 100755 index 00000000..553bb8b6 --- /dev/null +++ b/performance-test/T00-new @@ -0,0 +1,15 @@ +#!/bin/bash + +test_description='notmuch new' + +. ./perf-test-lib.sh + +uncache_database + +time_start + +for i in $(seq 2 6); do + time_run "notmuch new #$i" 'notmuch new' +done + +time_done