]> git.notmuchmail.org Git - notmuch/blob - performance-test/T03-reindex.sh
Merge branch 'release'
[notmuch] / performance-test / T03-reindex.sh
1 #!/bin/bash
2
3 test_description='tagging'
4
5 . ./perf-test-lib.sh || exit 1
6
7 time_start
8
9 time_run 'reindex *' "notmuch reindex '*'"
10 time_run 'reindex *' "notmuch reindex '*'"
11 time_run 'reindex *' "notmuch reindex '*'"
12
13 time_done