3 test_description='notmuch-git'
5 . $(dirname "$0")/perf-test-lib.sh || exit 1
9 time_run 'init' "notmuch git init"
11 time_run 'commit --force' "notmuch git commit --force"
12 time_run 'commit' "notmuch git -l error commit"
13 time_run 'commit' "notmuch git -l error commit"
15 time_run 'checkout' "notmuch git checkout"
17 time_run 'tag -inbox' "notmuch tag -inbox '*'"
19 time_run 'checkout --force' "notmuch git checkout --force"