summaryrefslogtreecommitdiff
path: root/bench/bench_long_suffix.py
blob: 35f38daaa4f03fd67f547f3568e59dd24cfe644f (plain)
1
2
3
4
5
6
from markupsafe import escape


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