X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=performance-test%2F02-tag;fp=performance-test%2F02-tag;h=0000000000000000000000000000000000000000;hb=047cd7a595f760a23415b9e38d7136325f28b114;hp=78ceccccbe2813e28001f24bb00d6df17e951ec2;hpb=f43b23f8e02dfd973a17e02d60f1e14e8b9da301;p=obsolete%2Fnotmuch-old diff --git a/performance-test/02-tag b/performance-test/02-tag deleted file mode 100755 index 78cecccc..00000000 --- a/performance-test/02-tag +++ /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