mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
a non-default timer wasn't actually used by the individual Tests.
This commit is contained in:
parent
4502dcd48c
commit
49b881410b
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ class Test:
|
||||||
raise ValueError('at least one calibration run is required')
|
raise ValueError('at least one calibration run is required')
|
||||||
self.calibration_runs = calibration_runs
|
self.calibration_runs = calibration_runs
|
||||||
if timer is not None:
|
if timer is not None:
|
||||||
timer = timer
|
self.timer = timer
|
||||||
|
|
||||||
# Init variables
|
# Init variables
|
||||||
self.times = []
|
self.times = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue