]> git.notmuchmail.org Git - notmuch/blob - performance-test/M05-reindex.sh
test: mkdir and cd to $TMP_DIRECTORY instead of $test for testing
[notmuch] / performance-test / M05-reindex.sh
1 #!/bin/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