Method: HoneyFormat::BenchmarkCLI#used_input_path

Defined in:
lib/honey_format/cli/benchmark_cli.rb

#used_input_pathString

Return the input path used for the benchmark

Returns:

  • (String)

    the input path (URL or filepath)



40
41
42
# File 'lib/honey_format/cli/benchmark_cli.rb', line 40

def used_input_path
  options[:input_path] || @used_input_path
end