X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=performance-test%2F02-tag;fp=performance-test%2F02-tag;h=78ceccccbe2813e28001f24bb00d6df17e951ec2;hb=51b0f8ff3373fe744691b4836f4ee85919e3ec4a;hp=0000000000000000000000000000000000000000;hpb=5c35791d7cf7279024befc98e9d973af461336a3;p=notmuch diff --git a/performance-test/02-tag b/performance-test/02-tag new file mode 100755 index 00000000..78cecccc --- /dev/null +++ b/performance-test/02-tag @@ -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