Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
973b1c44664a3e85d26d35fefd39b6c33903f9cc
/
.
/
bench
/
bench_long_empty_string.py
blob: ad2480c80d071a86a442b037bb0843f01bee1126 [
file
]
from
markupsafe
import
escape
def
run
():
string
=
"Hello World!"
*
1000
escape
(
string
)