# File lib/parallel_specs/spec_runtime_logger.rb, line 13
  def example_passed(example)
    file = example.location.split(':').first
    @example_times[file] += Time.now - @time
  end