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
1 changed files with 2 additions and 0 deletions

View File

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