aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test/Makefile.local
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-12-03 08:13:31 -0400
committerGravatar David Bremner <bremner@debian.org>2012-12-15 08:17:57 -0400
commit74a883562b3e4593c75fa7625ff5cabab46a6466 (patch)
treeff339f98d81fc80b53298d73ee2400572a76c2ee /performance-test/Makefile.local
parent925ebd1fde59b003a7215e8cd7e07225a8f8915d (diff)
perf-test: cache unpacked corpus
Unpacking is not really the expensive step (compared to the initial notmuch new), but this is a pre-requisite to caching the database.
Diffstat (limited to 'performance-test/Makefile.local')
-rw-r--r--performance-test/Makefile.local2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-test/Makefile.local b/performance-test/Makefile.local
index 5d2acbd7..63e4c3d1 100644
--- a/performance-test/Makefile.local
+++ b/performance-test/Makefile.local
@@ -29,4 +29,4 @@ $(TXZFILE):
download-corpus:
wget -O ${TXZFILE} ${DEFAULT_URL}
-CLEAN := $(CLEAN) $(dir)/tmp.*
+CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/corpus