# File lib/bigbench/post_processor/graphs.rb, line 99 def self.run!(options) # Summary line_charts.call "Summary", options pie_charts.call "Summary", options # Benchmarks each_benchmark do |benchmark| line_charts.call benchmark.name, options pie_charts.call benchmark.name, options end end