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 d778b8f commit fb97cb6Copy full SHA for fb97cb6
timer.py
@@ -43,7 +43,7 @@ def bestof(reps, func, *pargs, **kargs):
43
44
def bestoftotal(reps1, reps2, func, *pargs, **kargs):
45
"""
46
- Best of totals:
+ It will give best of total:
47
(best of reps1 runs of (total of reps2 runs of func))
48
49
return bestof(reps1, total, reps2, func, *pargs, **kargs)
0 commit comments