correct benchmark scripts

This commit is contained in:
Sam 2016-05-16 17:04:01 +10:00
parent 2818cce858
commit 67f079720f
3 changed files with 2 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
/.bundle/
/.yardoc
/Gemfile.lock
Gemfile.lock
/_yardoc/
/coverage/
/doc/

View File

@ -5,6 +5,3 @@ if ENV['RR']
else
gem 'mini_racer', path: '../../'
end
gem 'execjs', github: 'rails/execjs'
gem 'uglifier'

View File

@ -1,6 +1,6 @@
unless defined? Bundler
system 'bundle'
exec 'bundle exec bench.rb'
exec 'bundle exec ruby bench.rb'
end
require 'mini_racer'