class Benchmark::IPS::Job

def clear_held_results

def clear_held_results
  File.delete @held_path if File.exist?(@held_path)
end