aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/string_scan_re.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/string_scan_re.yml')
-rw-r--r--benchmark/string_scan_re.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmark/string_scan_re.yml b/benchmark/string_scan_re.yml
deleted file mode 100644
index a1d249ff52..0000000000
--- a/benchmark/string_scan_re.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-benchmark:
- string_scan_re: |
- str = Array.new(1_000, 'abc').join(',')
- 1_000.times { str.scan(/abc/) }
-loop_count: 1