]> git.notmuchmail.org Git - notmuch/blob - performance-test/01-dump-restore
b2ff94001a3c15b91bfbb5a1e398df8940d72246
[notmuch] / performance-test / 01-dump-restore
1 #!/bin/bash
2
3 test_description='dump and restore'
4
5 . ./perf-test-lib.sh
6
7 time_start
8
9 time_run 'load nmbug tags' 'notmuch restore --accumulate < corpus.tags/nmbug.sup-dump'
10 time_run 'dump *' 'notmuch dump > tags.out'
11 time_run 'restore *' 'notmuch restore < tags.out'
12
13 time_done