notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
blob 11dfec0566f558cb93ba382b1773f7ee1176bfc8 463 bytes (raw)
name: performance-test/T07-git.sh 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

git clone https://yhetil.org/notmuch.git