android13/external/python/markupsafe/bench/bench_largestring.py

7 lines
114 B
Python

from markupsafe import escape
def run():
string = "<strong>Hello World!</strong>" * 1000
escape(string)