unit

in result.rb [17:20]


    def unit(name)
      name.split('.').last == 'time' ? 'Milliseconds' : 'Megabytes'
    end