X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=performance-test%2FT07-git.sh;fp=performance-test%2FT07-git.sh;h=11dfec0566f558cb93ba382b1773f7ee1176bfc8;hp=0000000000000000000000000000000000000000;hb=c66f0dea7a611a3379b8ba8ef461a805d10905c8;hpb=349987668ae1da3ee30cdbe3a4acc11bb2219e0d diff --git a/performance-test/T07-git.sh b/performance-test/T07-git.sh new file mode 100755 index 00000000..11dfec05 --- /dev/null +++ b/performance-test/T07-git.sh @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + +test_description='notmuch-git' + +. $(dirname "$0")/perf-test-lib.sh || exit 1 + +time_start + +time_run 'init' "notmuch git init" + +time_run 'commit --force' "notmuch git commit --force" +time_run 'commit' "notmuch git -l error commit" +time_run 'commit' "notmuch git -l error commit" + +time_run 'checkout' "notmuch git checkout" + +time_run 'tag -inbox' "notmuch tag -inbox '*'" + +time_run 'checkout --force' "notmuch git checkout --force" + + + +time_done