Welcome to mirror list, hosted at ThFree Co, Russian Federation.

p1006-cat-file.sh « perf « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcd801537968b3d325e3dd6b710ab829acf6d42a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

test_description='Tests listing object info performance'
. ./perf-lib.sh

test_perf_large_repo

test_perf 'cat-file --batch-check' '
	git cat-file --batch-all-objects --batch-check
'

test_done