worktree: handle broken symrefs in find_shared_symref()
[git.git] / t / perf / p4205-log-pretty-formats.sh
blob7c26f4f3378829329dc399e308e54e3eae946b35
1 #!/bin/sh
3 test_description='Tests the performance of various pretty format placeholders'
5 . ./perf-lib.sh
7 test_perf_default_repo
9 for format in %H %h %T %t %P %p %h-%h-%h
11 test_perf "log with $format" "
12 git log --format=\"$format\" >/dev/null
14 done
16 test_done