t/perf: fix typos

Fix typos via codespell.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Andrew Kreimer
2024-10-10 18:11:23 +03:00
committed by Junio C Hamano
parent ca2746b791
commit 050e0ef6ea
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ test_expect_success "Setup borrowed repo (fsm+uc)" "
# time is not useful. # time is not useful.
# #
# Create a temp branch and do all work relative to it so that we don't # Create a temp branch and do all work relative to it so that we don't
# accidentially alter the real ballast branch. # accidentally alter the real ballast branch.
# #
test_expect_success "Setup borrowed repo (temp ballast branch)" " test_expect_success "Setup borrowed repo (temp ballast branch)" "
test_might_fail git -C $REPO checkout $BALLAST_BR && test_might_fail git -C $REPO checkout $BALLAST_BR &&

View File

@ -282,7 +282,7 @@ test_perf_ () {
# Run the performance test script specified in perf-test with # Run the performance test script specified in perf-test with
# optional prerequisite and setup steps. # optional prerequisite and setup steps.
# Options: # Options:
# --prereq prerequisites: Skip the test if prequisites aren't met # --prereq prerequisites: Skip the test if prerequisites aren't met
# --setup "setup-steps": Run setup steps prior to each measured iteration # --setup "setup-steps": Run setup steps prior to each measured iteration
# #
test_perf () { test_perf () {
@ -309,7 +309,7 @@ test_size_ () {
# prerequisites and setup steps. Returns the numeric value # prerequisites and setup steps. Returns the numeric value
# returned by size-test. # returned by size-test.
# Options: # Options:
# --prereq prerequisites: Skip the test if prequisites aren't met # --prereq prerequisites: Skip the test if prerequisites aren't met
# --setup "setup-steps": Run setup steps prior to the size measurement # --setup "setup-steps": Run setup steps prior to the size measurement
test_size () { test_size () {