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