unplugged-vendor/external/python/markupsafe/bench/bench_largestring.py

7 lines
114 B
Python
Raw Normal View History

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