Sign in
android
/
platform
/
external
/
python
/
markupsafe
/
refs/heads/android15-tests-dev
/
.
/
bench
/
bench_largestring.py
blob: 9ced67f316b79547e1f4a14a95d1c63002885d19 [
file
] [
log
] [
blame
] [
edit
]
from
markupsafe
import
escape
def
run
():
string
=
"<strong>Hello World!</strong>"
*
1000
escape
(
string
)