diff options
author | David Lord <davidism@gmail.com> | 2023-01-26 07:18:50 -0800 |
---|---|---|
committer | David Lord <davidism@gmail.com> | 2023-01-26 07:18:50 -0800 |
commit | 45dbe44a36a2abe1b0b62b8ff9e32653fe91fb83 (patch) | |
tree | 8469681beac3314ed3d660fdb6e3dd9f5a1ced95 /bench/bench_long_empty_string.py | |
parent | 00fea0a771ed63169933684283862e50ff3497aa (diff) | |
download | markupsafe-rust.tar.gz |
initial rust implementationrust
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) |