Sign in
cobalt
/
cobalt.git
/
f9bc0139df6e6eb149345ab9b6ffcc40603fc09f
/
.
/
third_party
/
web_platform_tests
/
tools
/
pytest
/
bench
/
empty.py
blob: ac5e25701da9fc328944ef7db7d72b0fb4734004 [
file
]
import
py
for
i
in
range
(
1000
):
py
.
builtin
.
exec_
(
"def test_func_%d(): pass"
%
i
)