]> git.notmuchmail.org Git - notmuch/blob - performance-test/01-dump-restore
perf-test: split basic into 00-new, 01-dump-restore, and 02-tag
[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 'dump *' 'notmuch dump > tags.out'
10 time_run 'restore *' 'notmuch restore < tags.out'
11
12 time_done