There was an error while loading. Please reload this page.
1 parent e860f60 commit 8f48ef1Copy full SHA for 8f48ef1
Rakefile
@@ -1,5 +1,7 @@
1
desc "run benchmark in current ruby"
2
task :run_benchmark do
3
+ ENV['SHARE'] = ENV['GITHUB_ACTIONS'] # only share to http://ips.fastruby.io when running within GitHub Actions env
4
+
5
Dir["code/general/*.rb"].each do |benchmark|
6
puts "$ ruby -v #{benchmark}"
7
system("ruby", "-v", "-W0", benchmark)
0 commit comments