Sign in
chromium
/
external
/
github.com
/
mitsuhiko
/
markupsafe
/
refs/tags/0.23
/
.
/
bench
/
bench_largestring.py
blob: 7bde595c10a8f83dde52176c0c64401ba38e5d50 [
file
]
from
markupsafe
import
escape
def
run
():
string
=
'<strong>Hello World!</strong>'
*
1000
escape
(
string
)