mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add a benchmark for opt_regexpmatch2
vm2_regexp was for opt_regexpmatch1.
This commit is contained in:
parent
1f636e74e6
commit
ff462bc6c3
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@ prelude: |
|
|||
benchmark:
|
||||
vm2_regexp: |
|
||||
/hoge/ =~ str
|
||||
vm2_regexp_invert: |
|
||||
str =~ /hoge/
|
||||
loop_count: 6000000
|
||||
|
|
Loading…
Add table
Reference in a new issue