# File lib/parallel_cucumber/runtime_logger.rb, line 13
    def after_feature(feature)
      @example_times[feature.file] += Time.now.to_f - @start_at
    end