summaryrefslogtreecommitdiff
path: root/bench/bench_long_suffix.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench/bench_long_suffix.py')
-rw-r--r--bench/bench_long_suffix.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/bench/bench_long_suffix.py b/bench/bench_long_suffix.py
deleted file mode 100644
index 35f38da..0000000
--- a/bench/bench_long_suffix.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from markupsafe import escape
-
-
-def run():
- string = "<strong>Hello World!</strong>" + "x" * 100000
- escape(string)