notmuch/performance-test/T03-reindex.sh

14 lines
239 B
Bash
Raw Normal View History

#!/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