Module: Benchmark::HTTP::Command

Defined in:
lib/benchmark/http/command.rb,
lib/benchmark/http/command/wait.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, Wait

Class Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



19
20
21
# File 'lib/benchmark/http/command.rb', line 19

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