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