module BigBench::PostProcessor::Statistics

Public Class Methods

run!(options) click to toggle source
# File lib/bigbench/post_processor/statistics.rb, line 5
def self.run!(options)
  calculate
  puts "\nBigBench Statistics"
  puts Hirb::Helpers::Table.render results, :fields => [:name, :value, :percent], :header_filter => :capitalize
end