Skip to Content Skip to Search

class Rails::Generators::BenchmarkGenerator

Inherits From

Constants

"benchmark-ips"
/gem.*\b#{IPS_GEM_NAME}\b.*/

Public instance methods

Source code GitHub
# File railties/lib/rails/generators/rails/benchmark/benchmark_generator.rb, line 13
def generate_layout
  add_ips_to_gemfile unless ips_installed?
  template("benchmark.rb.tt", "script/benchmarks/#{file_name}.rb")
end

Definition files