Module: Benchmark::HTTP::Command

Defined in:
lib/benchmark/http/command.rb,
lib/benchmark/http/command/hammer.rb,
lib/benchmark/http/command/spider.rb,
lib/benchmark/http/command/latency.rb,
lib/benchmark/http/command/concurrency.rb

Defined Under Namespace

Classes: Concurrency, Hammer, Latency, Spider, Top

Class Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



33
34
35
# File 'lib/benchmark/http/command.rb', line 33

def self.call(*args)
	Top.call(*args)
end