10 Lang = <<EOP.map{|l| l.strip}
12 ../../../test6/miniruby
18 Bench.replace ['loop2']
19 Lang.replace ['ruby-cyg']
35 m = Benchmark.measure{
45 Lang.each_with_index{|l, idx|
46 cmd = "#{l} #{b}#{Ext[idx]}"
55 Bench.each_with_index{|b, bi|
57 puts Result[bi].map{|e| e[0]}.join("\t")
62 Bench.each_with_index{|b, bi|
64 puts Result[bi].map{|e| e[1]}.join("\t")