mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
go aheard and require rubygems in the benchmarks
This commit is contained in:
parent
531d5685bb
commit
59154c2e2b
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require 'rubygems'
|
||||
require 'bundler/setup'
|
||||
require 'v8'
|
||||
require 'benchmark'
|
||||
|
|
Loading…
Reference in a new issue