]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/notmuch-perf-test
perf-test: split basic into 00-new, 01-dump-restore, and 02-tag
[notmuch] / performance-test / notmuch-perf-test
index 1bea34525ee362fd989c96daf91c06a8764820be..fc39d8a97d35686cfcfcb4a82c993120d6fe9ff0 100755 (executable)
@@ -17,7 +17,9 @@ fi
 cd $(dirname "$0")
 
 TESTS="
-  basic
+  00-new
+  01-dump-restore
+  02-tag
 "
 
 for test in $TESTS; do