summaryrefslogtreecommitdiff
path: root/benchmark/string_scan_re.yml
blob: a1d249ff5270ac72c5c7bf5ca93265126987375f (plain)
1
2
3
4
5
benchmark:
  string_scan_re: |
    str = Array.new(1_000, 'abc').join(',')
    1_000.times { str.scan(/abc/) }
loop_count: 1