benchmark/http.rb in yajl-ruby-0.7.8 vs benchmark/http.rb in yajl-ruby-0.7.9
- old
+ new
@@ -1,6 +1,7 @@
# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
+$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')
require 'rubygems'
require 'benchmark'
require 'yajl/http_stream'
require 'yajl/gzip'
\ No newline at end of file