Merge branch 'jh/perf-remove-test-times'

Perf test fix.

* jh/perf-remove-test-times:
  t/perf/perf-lib.sh: remove test_times.* at the end test_perf_()
This commit is contained in:
Junio C Hamano
2021-10-25 16:06:56 -07:00

View File

@ -230,6 +230,7 @@ test_perf_ () {
test_ok_ "$1" test_ok_ "$1"
fi fi
"$TEST_DIRECTORY"/perf/min_time.perl test_time.* >"$base".result "$TEST_DIRECTORY"/perf/min_time.perl test_time.* >"$base".result
rm test_time.*
} }
test_perf () { test_perf () {