aboutsummaryrefslogtreecommitdiffstats
path: root/tool/eval.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/eval.rb')
-rw-r--r--tool/eval.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/tool/eval.rb b/tool/eval.rb
index 981f72733b..9153573e6e 100644
--- a/tool/eval.rb
+++ b/tool/eval.rb
@@ -107,7 +107,6 @@ def calc_each data
end
def calc_stat stats
- stat = []
stats[0].each_with_index{|e, idx|
bm = e[0]
vals = stats.map{|st|
@@ -134,8 +133,7 @@ def stat
}
# pp total
total[0].each_with_index{|e, idx|
- bm = e[0]
- # print "#{bm}\t"
+ # print "#{e[0]}\t"
total.each{|st|
print st[idx][1], "\t"
}