class Benchmark::IPS::Job

def run_comparison

Run comparison of entries in +@full_report+.
def run_comparison
  @full_report.run_comparison if compare?
end