avg_change

in rspec_stats/rspec_query.rb [107:114]


  def avg_change
    CSV.open(filename(:csv), 'w', write_headers: true) do |csv|
      csv << %w[file pct_change_impact avg_time runtime_weight pct_change pct_change_by_day]

      yield csv, avg_records
    end
  end