aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-12-16 13:24:00 -0400
committerGravatar David Bremner <bremner@debian.org>2012-12-25 08:49:24 -0400
commitf43b23f8e02dfd973a17e02d60f1e14e8b9da301 (patch)
tree5d5794a1fc45c304082ffedac5486fce509f0636 /performance-test
parentda6d66e2864d32d4e6238691b66204ff86c9961e (diff)
perf-test: remove redundant "initial notmuch new"
The initial notmuch-new and caching are now done automatically by time_start
Diffstat (limited to 'performance-test')
-rwxr-xr-xperformance-test/00-new4
1 files changed, 0 insertions, 4 deletions
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