]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/00-new
perf-test: remove redundant "initial notmuch new"
[notmuch] / performance-test / 00-new
index 6f0b50c3f8180c2689a091bab6fa8d394409aa6f..553bb8b66a1f7dc32af48a8528da1fdab8049284 100755 (executable)
@@ -8,10 +8,6 @@ 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