mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +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')
|
||||
self.calibration_runs = calibration_runs
|
||||
if timer is not None:
|
||||
timer = timer
|
||||
self.timer = timer
|
||||
|
||||
# Init variables
|
||||
self.times = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue