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_()
maint
Junio C Hamano 2021-10-25 16:06:56 -07:00
commit 91016984db
1 changed files with 1 additions and 0 deletions

View File

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

test_perf () {