Module: RailsApiBenchmark

Defined in:
lib/rails_api_benchmark.rb,
lib/rails_api_benchmark/core.rb,
lib/rails_api_benchmark/graph.rb,
lib/rails_api_benchmark/server.rb,
lib/rails_api_benchmark/logging.rb,
lib/rails_api_benchmark/version.rb,
lib/rails_api_benchmark/endpoint.rb,
lib/rails_api_benchmark/renderer.rb,
lib/rails_api_benchmark/subprocess.rb,
lib/rails_api_benchmark/views/view.rb,
lib/rails_api_benchmark/benchmark_tasks.rb,
lib/rails_api_benchmark/results_markdown.rb,
lib/rails_api_benchmark/views/index_markdown.rb,
lib/rails_api_benchmark/views/results_markdown.rb

Defined Under Namespace

Modules: Logging, Views Classes: BenchmarkTasks, Config, Core, Endpoint, Graph, Renderer, Server, Subprocess

Constant Summary collapse

VERSION =
'0.2.1'.freeze

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configObject



26
27
28
# File 'lib/rails_api_benchmark.rb', line 26

def config
  @config ||= Config.new
end

Class Method Details

.configure {|config| ... } ⇒ Object

Yields:



30
31
32
# File 'lib/rails_api_benchmark.rb', line 30

def configure
  yield config
end