summaryrefslogtreecommitdiff
path: root/benchmark/other-lang/eval.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/other-lang/eval.rb')
-rw-r--r--benchmark/other-lang/eval.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/other-lang/eval.rb b/benchmark/other-lang/eval.rb
index 3875927389..48a2cea019 100644
--- a/benchmark/other-lang/eval.rb
+++ b/benchmark/other-lang/eval.rb
@@ -51,14 +51,14 @@ Bench.each{|b|
require 'pp'
# utime
-puts Lang.join("\t")
+puts Lang.join("\t")
Bench.each_with_index{|b, bi|
print b, "\t"
puts Result[bi].map{|e| e[0]}.join("\t")
}
# rtime
-puts Lang.join("\t")
+puts Lang.join("\t")
Bench.each_with_index{|b, bi|
print b, "\t"
puts Result[bi].map{|e| e[1]}.join("\t")