]> rtime.felk.cvut.cz Git - notmuch.git/blob - performance-test/T01-dump-restore.sh
doc: 'rm -f' potential doxygen temporary output file
[notmuch.git] / performance-test / T01-dump-restore.sh
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