From: David Bremner Date: Sun, 16 Dec 2012 17:24:00 +0000 (-0400) Subject: perf-test: remove redundant "initial notmuch new" X-Git-Tag: 0.15_rc1~44 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=f43b23f8e02dfd973a17e02d60f1e14e8b9da301 perf-test: remove redundant "initial notmuch new" The initial notmuch-new and caching are now done automatically by time_start --- diff --git a/performance-test/00-new b/performance-test/00-new index 6f0b50c3..553bb8b6 100755 --- a/performance-test/00-new +++ b/performance-test/00-new @@ -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