notmuch/performance-test/T03-reindex.sh
Jani Nikula fd36ae9f51 perf-test: use $(dirname "$0") for sourcing perf-test-lib.sh
Don't assume the tests are always run from within the source tree.
2017-10-20 19:53:14 -03:00

13 lines
239 B
Bash
Executable file

#!/bin/bash
test_description='tagging'
. $(dirname "$0")/perf-test-lib.sh || exit 1
time_start
time_run 'reindex *' "notmuch reindex '*'"
time_run 'reindex *' "notmuch reindex '*'"
time_run 'reindex *' "notmuch reindex '*'"
time_done