Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -146,7 +146,7 @@ def self.find_repo(name)
end

def self.find_benchmark(benchmark)
if File.exist?(File.join(JRUBY_DIR, benchmark))
if File.exist?(benchmark)
benchmark
else
File.join(find_repo('all-ruby-benchmarks'), benchmark)

0 comments on commit 16f47ce

Please sign in to comment.