]> git.notmuchmail.org Git - notmuch/commitdiff
perf-test: use nmbug tags in dump-restore tests
authorDavid Bremner <bremner@debian.org>
Thu, 6 Dec 2012 02:12:16 +0000 (22:12 -0400)
committerDavid Bremner <bremner@debian.org>
Sat, 15 Dec 2012 12:30:13 +0000 (08:30 -0400)
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

performance-test/01-dump-restore

index 0ee3a282382f630cb982828747810efc4feb9d13..b2ff94001a3c15b91bfbb5a1e398df8940d72246 100755 (executable)
@@ -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'