]> git.notmuchmail.org Git - notmuch/commitdiff
perf-test: remove redundant "initial notmuch new"
authorDavid Bremner <bremner@debian.org>
Sun, 16 Dec 2012 17:24:00 +0000 (13:24 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 25 Dec 2012 12:49:24 +0000 (08:49 -0400)
The initial notmuch-new and caching are now done automatically by
time_start

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