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