Commit 8f14bbda authored by Jesus Cea's avatar Jesus Cea

pybench prep_times calculation error (closes #11895)

parent 7365accc
......@@ -794,6 +794,7 @@ Christian Tanzer
Steven Taschuk
Monty Taylor
Amy Taylor
Mikhail Terekhov
Tobias Thelen
James Thomas
Robin Thomas
......
......@@ -276,7 +276,7 @@ class Test:
for i in calibration_loops:
pass
t = timer() - t
prep_times.append(t)
prep_times.append(t / CALIBRATION_LOOPS)
min_prep_time = min(prep_times)
if _debug:
print()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment