]> git.notmuchmail.org Git - notmuch/blob - performance-test/01-dump-restore
0ee3a282382f630cb982828747810efc4feb9d13
[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