1
0
Fork 0
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:
Takashi Kokubun 2019-09-02 13:46:29 +09:00
parent 1f636e74e6
commit ff462bc6c3
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -3,4 +3,6 @@ prelude: |
benchmark:
vm2_regexp: |
/hoge/ =~ str
vm2_regexp_invert: |
str =~ /hoge/
loop_count: 6000000