]> git.notmuchmail.org Git - notmuch/blobdiff - performance-test/T00-new
perf-test: rename time tests to have .sh suffix
[notmuch] / performance-test / T00-new
diff --git a/performance-test/T00-new b/performance-test/T00-new
deleted file mode 100755 (executable)
index 553bb8b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/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