]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - performance-test/02-tag
perf-test: rename current tests as "time tests"
[obsolete/notmuch-old] / performance-test / 02-tag
diff --git a/performance-test/02-tag b/performance-test/02-tag
deleted file mode 100755 (executable)
index 78ceccc..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-test_description='tagging'
-
-. ./perf-test-lib.sh
-
-time_start
-
-time_run 'tag * +new_tag' "notmuch tag +new_tag '*'"
-time_run 'tag * +existing_tag' "notmuch tag +new_tag '*'"
-time_run 'tag * -existing_tag' "notmuch tag -new_tag '*'"
-time_run 'tag * -missing_tag' "notmuch tag -new_tag '*'"
-
-time_done