summaryrefslogtreecommitdiff
path: root/benchmark/report.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/report.rb')
-rw-r--r--benchmark/report.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/report.rb b/benchmark/report.rb
index 8305330b45..e931966cca 100644
--- a/benchmark/report.rb
+++ b/benchmark/report.rb
@@ -25,8 +25,8 @@ end
def benchmark cmd
rubybin = ENV['RUBY'] || File.join(
- Config::CONFIG["bindir"],
- Config::CONFIG["ruby_install_name"] + Config::CONFIG["EXEEXT"])
+ RbConfig::CONFIG["bindir"],
+ RbConfig::CONFIG["ruby_install_name"] + RbConfig::CONFIG["EXEEXT"])
IO.popen(rubybin, 'r+'){|io|
io.write cmd