benchmark/parse.rb in brianmario-yajl-ruby-0.5.5 vs benchmark/parse.rb in brianmario-yajl-ruby-0.5.6
- old
+ new
@@ -3,10 +3,10 @@
require 'benchmark'
require 'yajl_ext'
require 'json'
require 'activesupport'
-filename = ARGV[0] || 'benchmark/subjects/contacts.json'
+filename = ARGV[0] || 'benchmark/subjects/ohai.json'
json = File.new(filename, 'r')
# warm up the filesystem
json.read
json.rewind
\ No newline at end of file