notmuch/performance-test/T03-reindex.sh

13 lines
242 B
Bash
Executable file

#!/bin/bash
test_description='reindexing'
. $(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