Sign in
chromium
/
external
/
github.com
/
mitsuhiko
/
markupsafe
/
485ec15fe7edb38de542d6c138b604f2d682eedb
/
.
/
bench
/
bench_largestring.py
blob: 9ced67f316b79547e1f4a14a95d1c63002885d19 [
file
]
from
markupsafe
import
escape
def
run
():
string
=
"<strong>Hello World!</strong>"
*
1000
escape
(
string
)