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