Skip to content

Commit 155cca2

Browse files
committed
Use exec() for jt benchmark
1 parent f8d527c commit 155cca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tool/jt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,9 +1764,9 @@ def benchmark(*args)
17641764
run_args.push *args
17651765

17661766
if benchmark_ruby
1767-
sh benchmark_ruby, *run_args
1767+
sh benchmark_ruby, *run_args, use_exec: true
17681768
else
1769-
run_ruby *run_args
1769+
run_ruby *run_args, use_exec: true
17701770
end
17711771
end
17721772

0 commit comments

Comments
 (0)