mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cebd2c4aba
* benchmark/lib/load.rb: add small utility which requires benchmark-driver.rb. You can load this file and can use benchmark-driver. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2 lines
85 B
Ruby
Executable file
2 lines
85 B
Ruby
Executable file
$:.unshift(File.join(__dir__, '../benchmark-driver/lib'))
|
|
require 'benchmark_driver'
|