aboutsummaryrefslogtreecommitdiffhomepage
path: root/performance-test/T00-new.sh
diff options
context:
space:
mode:
Diffstat (limited to 'performance-test/T00-new.sh')
-rwxr-xr-xperformance-test/T00-new.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/performance-test/T00-new.sh b/performance-test/T00-new.sh
new file mode 100755
index 00000000..553bb8b6
--- /dev/null
+++ b/performance-test/T00-new.sh
@@ -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