perf-test: remove redundant "initial notmuch new"

The initial notmuch-new and caching are now done automatically by
time_start
This commit is contained in:
David Bremner 2012-12-16 13:24:00 -04:00
parent da6d66e286
commit f43b23f8e0

View file

@ -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