diff options
Diffstat (limited to 'bench/bench_long_empty_string.py')
-rw-r--r-- | bench/bench_long_empty_string.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bench/bench_long_empty_string.py b/bench/bench_long_empty_string.py deleted file mode 100644 index ad2480c..0000000 --- a/bench/bench_long_empty_string.py +++ /dev/null @@ -1,6 +0,0 @@ -from markupsafe import escape - - -def run(): - string = "Hello World!" * 1000 - escape(string) |