]> git.notmuchmail.org Git - notmuch/blob - performance-test/T07-git.sh
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / performance-test / T07-git.sh
1 #!/usr/bin/env bash
2
3 test_description='notmuch-git'
4
5 . $(dirname "$0")/perf-test-lib.sh || exit 1
6
7 time_start
8
9 time_run 'init' "notmuch git init"
10
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"
14
15 time_run 'checkout' "notmuch git checkout"
16
17 time_run 'tag -inbox' "notmuch tag -inbox '*'"
18
19 time_run 'checkout --force' "notmuch git checkout --force"
20
21
22
23 time_done