Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7365acc commit 8f14bbdCopy full SHA for 8f14bbd
2 files changed
Misc/ACKS
@@ -794,6 +794,7 @@ Christian Tanzer
794
Steven Taschuk
795
Monty Taylor
796
Amy Taylor
797
+Mikhail Terekhov
798
Tobias Thelen
799
James Thomas
800
Robin Thomas
Tools/pybench/pybench.py
@@ -276,7 +276,7 @@ def calibrate_test(self):
276
for i in calibration_loops:
277
pass
278
t = timer() - t
279
- prep_times.append(t)
+ prep_times.append(t / CALIBRATION_LOOPS)
280
min_prep_time = min(prep_times)
281
if _debug:
282
print()
0 commit comments