summaryrefslogtreecommitdiff
path: root/performance-test/T02-tag.sh
blob: dacb50b8bbf822eb808ae20202b1a0fb2615aa98 (plain)
#!/bin/bash

test_description='tagging'

. ./perf-test-lib.sh || exit 1

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