mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									126e7ed66f
								
							
						
					
					
						commit
						3db5e76e50
					
				
					 3 changed files with 19 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,7 @@
 | 
			
		|||
Mon Dec 10 09:56:29 2007  Koichi Sasada  <ko1@atdot.net>
 | 
			
		||||
 | 
			
		||||
	* benchmark/bm_vm1_neq.rb, bm_vm1_not.rb: added.
 | 
			
		||||
 | 
			
		||||
Mon Dec 10 07:48:14 2007  Yukihiro Matsumoto  <matz@ruby-lang.org>
 | 
			
		||||
 | 
			
		||||
	* parse.y (parser_yylex): wrong token was generated.  [ruby-dev:32498]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										8
									
								
								benchmark/bm_vm1_neq.rb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								benchmark/bm_vm1_neq.rb
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,8 @@
 | 
			
		|||
i = 0
 | 
			
		||||
obj1 = Object.new
 | 
			
		||||
obj2 = Object.new
 | 
			
		||||
 | 
			
		||||
while i<30000000 # while loop 1
 | 
			
		||||
  i+= 1
 | 
			
		||||
  obj1 != obj2
 | 
			
		||||
end
 | 
			
		||||
							
								
								
									
										7
									
								
								benchmark/bm_vm1_not.rb
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								benchmark/bm_vm1_not.rb
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
i = 0
 | 
			
		||||
obj = Object.new
 | 
			
		||||
 | 
			
		||||
while i<30000000 # while loop 1
 | 
			
		||||
  i+= 1
 | 
			
		||||
  !obj
 | 
			
		||||
end
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue