Module: BigBench::PostProcessor::Statistics

Defined in:
lib/bigbench/post_processor/statistics.rb

Class Method Summary collapse

Class Method Details

.run!(options) ⇒ Object



5
6
7
8
9
# 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