xref
: /
AliOS-Things-master
/
components
/
py_engine
/
tests
/
internal_bench
/
var-1-constant.py
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
import
bench
2
3
4
def
test
(
num
):
5
i
=
0
6
while
i
<
20000000
:
7
i
+=
1
8
9
10
bench
.
run
(
test
)
11