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 f65937c commit 272daf3Copy full SHA for 272daf3
Tools/ftscalingbench/ftscalingbench.py
@@ -62,7 +62,7 @@ def cmodule_function():
62
def object_lookup_special():
63
# round() uses `_PyObject_LookupSpecial()` internally.
64
N = 1000 * WORK_SCALE
65
- for i in range(1000 * WORK_SCALE):
+ for i in range(N):
66
round(i / N)
67
68
@register_benchmark
0 commit comments