Module: Benchmark::HTTP::Command

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

Defined Under Namespace

Classes: Concurrency, Spider, Top

Class Method Summary collapse

Class Method Details

.call(*args) ⇒ Object



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

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