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
@@ -1220,7 +1220,7 @@ def benchmark(*args)

unless benchmark_ruby
run_args.push '--graal' unless args.delete('--no-graal') || args.include?('list')
run_args.push '-J-G:+TruffleCompilationExceptionsAreFatal'
run_args.push '-J-Dgraal.TruffleCompilationExceptionsAreFatal=true'
end

run_args.push "-I#{Utilities.find_gem('deep-bench')}/lib" rescue nil

0 comments on commit 9ff4c46

Please sign in to comment.