1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

just use regular benchmark library

This commit is contained in:
Wesley Beary 2009-07-09 23:22:02 -07:00
parent 2e699d502a
commit ecefb9412c
4 changed files with 4 additions and 7 deletions

View file

@ -1,5 +1,5 @@
require 'rubygems'
require 'benchwarmer'
require 'benchmark'
require 'right_aws'
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))