module RailsApiBenchmark

Constants

VERSION

Attributes

config[W]

Public Class Methods

config() click to toggle source
# File lib/rails_api_benchmark.rb, line 61
def config
  @config ||= Configuration.new
end
configure() { |config| ... } click to toggle source
# File lib/rails_api_benchmark.rb, line 65
def configure
  yield config
end