class Minitest::Reporters::MeanTimeReporter

def previous_runs_filename

Returns:
  • (String) - The path to the file which contains all the durations
def previous_runs_filename
  options[:previous_runs_filename]
end