]> git.notmuchmail.org Git - notmuch/blob - performance-test/T03-reindex.sh
Import notmuch_0.28.2.orig.tar.gz
[notmuch] / performance-test / T03-reindex.sh
1 #!/bin/bash
2
3 test_description='tagging'
4
5 . $(dirname "$0")/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