Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
973b1c44664a3e85d26d35fefd39b6c33903f9cc
/
.
/
bench
/
bench_long_suffix.py
blob: 35f38daaa4f03fd67f547f3568e59dd24cfe644f [
file
]
from
markupsafe
import
escape
def
run
():
string
=
"<strong>Hello World!</strong>"
+
"x"
*
100000
escape
(
string
)