Fixed oga requires for benchmarking/profiling

This commit is contained in:
Yorick Peterse 2015-08-19 01:27:01 +02:00
parent b8415b7376
commit 4ba9af4f74
2 changed files with 2 additions and 4 deletions

View File

@ -2,8 +2,7 @@ require 'bundler/setup'
require 'stringio'
require 'benchmark'
require 'benchmark/ips'
require_relative '../lib/oga'
require 'oga'
# @return [File]
def big_xml_file

View File

@ -1,8 +1,7 @@
require 'bundler/setup'
require 'timeout'
require 'stringio'
require_relative '../lib/oga'
require 'oga'
Thread.abort_on_exception = true