X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=performance-test%2FT00-new;fp=performance-test%2FT00-new;h=553bb8b66a1f7dc32af48a8528da1fdab8049284;hb=5102da65c4c797d2a79eb5384b0e0c47176a31f0;hp=0000000000000000000000000000000000000000;hpb=f8950c6020708b2c530426c777785197411959cb;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