]> git.notmuchmail.org Git - notmuch/blob - performance-test/M05-reindex.sh
cli: add .present field to opt desc to check if the arg was present
[notmuch] / performance-test / M05-reindex.sh
1 #!/bin/bash
2
3 test_description='reindex'
4
5 . ./perf-test-lib.sh || exit 1
6
7 memory_start
8
9 memory_run 'reindex *' "notmuch reindex '*'"
10
11 memory_done