We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5da487 commit 9c248daCopy full SHA for 9c248da
Rakefile
@@ -2,12 +2,12 @@ desc "run benchmark in current ruby"
2
task :run_benchmark do
3
Dir["code/general/*.rb"].each do |benchmark|
4
puts "$ ruby -v #{benchmark}"
5
- system("ruby", "-v", benchmark)
+ system("ruby", "-v", "-W0", benchmark)
6
end
7
8
Dir["code/*/*.rb"].reject { |path| path =~ /^code\/general/ }.each do |benchmark|
9
10
11
12
13
0 commit comments