We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6638ea9 commit 1695151Copy full SHA for 1695151
1 file changed
tests/bench/loop_count-5.1-while_down_ne_localvar.py
@@ -0,0 +1,8 @@
1
+import bench
2
+
3
+def test(num):
4
+ zero = 0
5
+ while num != zero:
6
+ num -= 1
7
8
+bench.run(test)
0 commit comments