mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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
This commit is contained in:
parent
51b0f8ff33
commit
327f30a8f3
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue