Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit c546192

Browse files
authored
Remove warming up from TestBase._test_jitted() (#571)
1 parent 78b03a1 commit c546192

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sdc/tests/tests_perf/test_perf_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ def _test_jitted(self, pyfunc, record, *args, **kwargs):
4444

4545
cfunc = numba.njit(pyfunc)
4646

47-
# Warming up
48-
cfunc(*args, **kwargs)
49-
5047
# execution and boxing time
5148
record["test_results"], record["boxing_results"] = \
5249
get_times(cfunc, *args, **kwargs)

0 commit comments

Comments
 (0)