Merge branch 'vd/fix-perf-tests'
Rather trivial perf-test code fixes. * vd/fix-perf-tests: p0006: fix 'read-tree' argument ordering p0004: fix prereq declaration
This commit is contained in:
commit
25402204fe
@ -49,7 +49,7 @@ test_perf "single-threaded, $desc" "
|
||||
test-tool lazy-init-name-hash --single --count=$count
|
||||
"
|
||||
|
||||
test_perf REPO_BIG_ENOUGH_FOR_MULTI "multi-threaded, $desc" "
|
||||
test_perf "multi-threaded, $desc" --prereq REPO_BIG_ENOUGH_FOR_MULTI "
|
||||
test-tool lazy-init-name-hash --multi --count=$count
|
||||
"
|
||||
|
||||
|
@ -46,7 +46,7 @@ test_expect_success "setup repo" '
|
||||
'
|
||||
|
||||
test_perf "read-tree br_base br_ballast ($nr_files)" '
|
||||
git read-tree -m br_base br_ballast -n
|
||||
git read-tree -n -m br_base br_ballast
|
||||
'
|
||||
|
||||
test_perf "switch between br_base br_ballast ($nr_files)" '
|
||||
|
Loading…
Reference in New Issue
Block a user