The sixth batch
[git/gitster.git] / t / perf / p1006-cat-file.sh
blobdcd801537968b3d325e3dd6b710ab829acf6d42a
1 #!/bin/sh
3 test_description='Tests listing object info performance'
4 . ./perf-lib.sh
6 test_perf_large_repo
8 test_perf 'cat-file --batch-check' '
9 git cat-file --batch-all-objects --batch-check
12 test_done