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.
2 parents 5db3e01 + 8f14bbd commit b32321aCopy full SHA for b32321a
2 files changed
Misc/ACKS
@@ -852,6 +852,7 @@ Steven Taschuk
852
Monty Taylor
853
Amy Taylor
854
Anatoly Techtonik
855
+Mikhail Terekhov
856
Tobias Thelen
857
James Thomas
858
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