mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			138 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
prelude: |
 | 
						|
  str = 'xxxhogexxx'
 | 
						|
benchmark:
 | 
						|
  vm2_regexp: |
 | 
						|
    /hoge/ =~ str
 | 
						|
  vm2_regexp_invert: |
 | 
						|
    str =~ /hoge/
 | 
						|
loop_count: 6000000
 |