class Benchmark::IPS::Job::StdoutReport

def add_report(item, caller)

def add_report(item, caller)
  $stdout.puts " #{item.body}"
  @last_item = item
end