mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
6 lines
126 B
YAML
6 lines
126 B
YAML
![]() |
benchmark:
|
||
|
string_scan_str: |
|
||
|
str = Array.new(1_000, 'abc').join(',')
|
||
|
1_000.times { str.scan('abc') }
|
||
|
loop_count: 1
|