From 74a883562b3e4593c75fa7625ff5cabab46a6466 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 3 Dec 2012 08:13:31 -0400 Subject: 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. --- performance-test/Makefile.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'performance-test/Makefile.local') 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 -- cgit v1.2.3