Sign in
chromium
/
external
/
github.com
/
mitsuhiko
/
markupsafe
/
refs/tags/0.23
/
.
/
bench
/
bench_long_suffix.py
blob: 43fe56371ea4d8ddd824e52a311e7f39d175aa20 [
file
]
from
markupsafe
import
escape
def
run
():
string
=
'<strong>Hello World!</strong>'
+
'x'
*
100000
escape
(
string
)