notmuch/performance-test/T03-reindex.sh
Daniel Kahn Gillmor e5beec39d6 add "notmuch reindex" subcommand
This new subcommand takes a set of search terms, and re-indexes the
list of matching messages.
2017-08-01 21:17:47 -04:00

13 lines
225 B
Bash
Executable file

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