Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
16951512
Commit
16951512
authored
May 07, 2014
by
Paul Sokolovsky
Browse files
tests/bench: Add variation on loop_count/while_down_ne test.
parent
6638ea9c
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/bench/loop_count-5.1-while_down_ne_localvar.py
0 → 100644
View file @
16951512
import
bench
def
test
(
num
):
zero
=
0
while
num
!=
zero
:
num
-=
1
bench
.
run
(
test
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment