benchmarks/bad_path.rb in deep_tree-0.0.2 vs benchmarks/bad_path.rb in deep_tree-0.0.3
- old
+ new
@@ -1,5 +1,5 @@
-require_relative 'benchmark_helper'
+require File.join(File.dirname(__FILE__), 'benchmark_helper')
bad_path = %w(three_level nope nada)
puts "Bad Path"
Benchmark.bm do |x|
\ No newline at end of file