From 0eab376658689469c5427d1b2c292de62e009aee Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 15 May 2013 07:40:08 -0300 Subject: perf-test: rename time tests to have .sh suffix This will simplify notmuch time tests --- performance-test/T02-tag.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 performance-test/T02-tag.sh (limited to 'performance-test/T02-tag.sh') 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 -- cgit v1.2.3