Module: Benchmark::HTTP::Command

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

Defined Under Namespace

Classes: Concurrency, Latency, Spider, Top

Class Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



31
32
33
# File 'lib/benchmark/http/command.rb', line 31

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