class Benchmark::IPS::Report

def initialize

Instantiate the Report.
def initialize
  @entries = []
  @data = nil
end