From ceaf5ca6c02e494eee5b9b9aa955459b3cd29471 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 3 Dec 2012 08:48:53 -0400 Subject: perf-test: add caching of xapian database The caching and uncaching seem to be necessarily manual, as timing the initial notmuch new is one of our goals with this suite. --- 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 63e4c3d1..3834e4d7 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.* $(dir)/corpus +CLEAN := $(CLEAN) $(dir)/tmp.* $(dir)/corpus $(dir)/notmuch.cache.* -- cgit v1.2.3