Sign in
chromium
/
external
/
github.com
/
mitsuhiko
/
markupsafe
/
refs/tags/0.23
/
.
/
bench
/
bench_long_empty_string.py
blob: 320fb0a93bf7be1fab621b0af0c2a7621ac6c61a [
file
]
from
markupsafe
import
escape
def
run
():
string
=
'Hello World!'
*
1000
escape
(
string
)