]> git.notmuchmail.org Git - notmuch/blob - performance-test/M05-reindex.sh
Merge tag '0.29.2'
[notmuch] / performance-test / 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