]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/M04-reindex.sh
add "notmuch reindex" subcommand
[notmuch] / performance-test / M04-reindex.sh
diff --git a/performance-test/M04-reindex.sh b/performance-test/M04-reindex.sh
new file mode 100755 (executable)
index 0000000..d36e061
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+test_description='reindex'
+
+. ./perf-test-lib.sh || exit 1
+
+memory_start
+
+memory_run 'reindex *' "notmuch reindex '*'"
+
+memory_done