1
0
Fork 0
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:
Charles Lowell 2012-07-31 20:22:27 +03:00
parent 531d5685bb
commit 59154c2e2b

View file

@ -1,3 +1,4 @@
require 'rubygems'
require 'bundler/setup'
require 'v8'
require 'benchmark'