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