diff --git a/utils/bench.rb b/utils/bench.rb index c19f320..a2d9cca 100644 --- a/utils/bench.rb +++ b/utils/bench.rb @@ -196,6 +196,7 @@ def puts(*args) # Run the benchmark begin bench = Bench.new(*ARGV) + $LOAD_PATH << File.dirname(bench.name) load bench.file bench.write_success rescue Object => exc