bin/cobench in cobench-0.0.19 vs bin/cobench in cobench-0.0.20

- old
+ new

@@ -119,10 +119,10 @@ loog.info("The value of #{user}/#{d[:title]} is #{d[:total]}") end end end caps = { - 'HoC' => lambda { |ms| ms['Commits'][:total] * 1000 }, + 'HoC' => lambda { |ms| ms['Commits'][:total] * 512 }, } data.each do |u, ms| ms.map do |t, h| next unless caps.key?(t) cap = caps[t].call(ms)