aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2012-12-05 22:12:16 -0400
committerGravatar David Bremner <bremner@debian.org>2012-12-15 08:30:13 -0400
commit327f30a8f398570a51f9c49cc092c4a95c53ef39 (patch)
tree9e53df9e9883a0576b80de09581944ee13711a46 /performance-test
parent51b0f8ff3373fe744691b4836f4ee85919e3ec4a (diff)
perf-test: use nmbug tags in dump-restore tests
This makes the tag set a bit less trivial. Note that if you use the small corpus, this is not so interesting (and is also a bit noisy) since the messages will not be found. In the future this could be checked for. Conflicts: performance-test/01-dump-restore
Diffstat (limited to 'performance-test')
-rwxr-xr-xperformance-test/01-dump-restore1
1 files changed, 1 insertions, 0 deletions
diff --git a/performance-test/01-dump-restore b/performance-test/01-dump-restore
index 0ee3a282..b2ff9400 100755
--- a/performance-test/01-dump-restore
+++ b/performance-test/01-dump-restore
@@ -6,6 +6,7 @@ test_description='dump and restore'
time_start
+time_run 'load nmbug tags' 'notmuch restore --accumulate < corpus.tags/nmbug.sup-dump'
time_run 'dump *' 'notmuch dump > tags.out'
time_run 'restore *' 'notmuch restore < tags.out'