notmuch/performance-test/M04-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

11 lines
145 B
Bash
Executable file

#!/bin/bash
test_description='reindex'
. ./perf-test-lib.sh || exit 1
memory_start
memory_run 'reindex *' "notmuch reindex '*'"
memory_done