We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cc141f commit 873b04fCopy full SHA for 873b04f
tests/manual.py
@@ -10,5 +10,5 @@
10
def walk_benchmark():
11
walk(node)
12
13
- for _ in range(100_000):
+ for _ in range(1_000):
14
walk_benchmark()
0 commit comments