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 0f42443 commit 4864750Copy full SHA for 4864750
1 file changed
Tools/scripts/bench_wide_int_pyperf.py
@@ -7,8 +7,6 @@
7
8
from __future__ import annotations
9
10
-import pyperf
11
-
12
_BATCH = 10_000
13
_sink = 0
14
@@ -68,6 +66,8 @@ def bench_chain_wide() -> None:
68
66
69
67
70
def main() -> None:
+ import pyperf
+
71
runner = pyperf.Runner()
72
runner.bench_func("add_compact", bench_add_compact)
73
runner.bench_func("add_wide", bench_add_wide)
0 commit comments