]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/T00-new.sh
perf-test: rename time tests to have .sh suffix
[notmuch] / performance-test / T00-new.sh
diff --git a/performance-test/T00-new.sh b/performance-test/T00-new.sh
new file mode 100755 (executable)
index 0000000..553bb8b
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+test_description='notmuch new'
+
+. ./perf-test-lib.sh
+
+uncache_database
+
+time_start
+
+for i in $(seq 2 6); do
+    time_run "notmuch new #$i" 'notmuch new'
+done
+
+time_done