notmuch/performance-test/M05-reindex.sh

12 lines
145 B
Bash
Raw Normal View History

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