projects
/
obsolete
/
notmuch-old
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da6d66e
)
perf-test: remove redundant "initial notmuch new"
author
David Bremner
<bremner@debian.org>
Sun, 16 Dec 2012 17:24:00 +0000
(13:24 -0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/performance-test/00-new
b/performance-test/00-new
index 6f0b50c3f8180c2689a091bab6fa8d394409aa6f..553bb8b66a1f7dc32af48a8528da1fdab8049284 100755
(executable)
--- 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