X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=performance-test%2FT00-new.sh;fp=performance-test%2FT00-new.sh;h=553bb8b66a1f7dc32af48a8528da1fdab8049284;hp=0000000000000000000000000000000000000000;hb=0eab376658689469c5427d1b2c292de62e009aee;hpb=23e2154cae45e07d0092ff9931411e699485350c diff --git a/performance-test/T00-new.sh b/performance-test/T00-new.sh new file mode 100755 index 00000000..553bb8b6 --- /dev/null +++ b/performance-test/T00-new.sh @@ -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