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

7 lines
122 B
Python

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