]> git.notmuchmail.org Git - notmuch/blob - M05-reindex.sh
8ea7e7ee89a64c808d528ccde664da82d1f9a6c7
[notmuch] / M05-reindex.sh
1 #!/usr/bin/env bash
2
3 test_description='reindex'
4
5 . $(dirname "$0")/perf-test-lib.sh || exit 1
6
7 memory_start
8
9 memory_run 'reindex *' "notmuch reindex '*'"
10
11 memory_done