mirror of
				https://github.com/rubyjs/mini_racer
				synced 2023-03-27 23:21:28 -04:00 
			
		
		
		
	correct benchmark scripts
This commit is contained in:
		
							parent
							
								
									2818cce858
								
							
						
					
					
						commit
						67f079720f
					
				
					 3 changed files with 2 additions and 5 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
/.bundle/
 | 
			
		||||
/.yardoc
 | 
			
		||||
/Gemfile.lock
 | 
			
		||||
Gemfile.lock
 | 
			
		||||
/_yardoc/
 | 
			
		||||
/coverage/
 | 
			
		||||
/doc/
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,6 +5,3 @@ if ENV['RR']
 | 
			
		|||
else
 | 
			
		||||
  gem 'mini_racer', path: '../../'
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
gem 'execjs', github: 'rails/execjs'
 | 
			
		||||
gem 'uglifier'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
unless defined? Bundler
 | 
			
		||||
  system 'bundle'
 | 
			
		||||
  exec 'bundle exec bench.rb'
 | 
			
		||||
  exec 'bundle exec ruby bench.rb'
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
require 'mini_racer'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue