Merge branch 'jk/dont-count-existing-objects-twice'
There is a logic to estimate how many objects are in the repository, which is mean to run once per process invocation, but it ran every time the estimated value was requested. * jk/dont-count-existing-objects-twice: packfile: actually set approximate_object_count_valid
This commit is contained in:
@ -73,6 +73,10 @@ do
|
||||
git rev-list --objects --all >/dev/null
|
||||
'
|
||||
|
||||
test_perf "abbrev-commit ($nr_packs)" '
|
||||
git rev-list --abbrev-commit HEAD >/dev/null
|
||||
'
|
||||
|
||||
# This simulates the interesting part of the repack, which is the
|
||||
# actual pack generation, without smudging the on-disk setup
|
||||
# between trials.
|
||||
|
Reference in New Issue
Block a user