lib/benchmark/http/command.rb in benchmark-http-0.11.1 vs lib/benchmark/http/command.rb in benchmark-http-0.12.0
- old
+ new
@@ -19,10 +19,11 @@
# THE SOFTWARE.
require_relative 'command/latency'
require_relative 'command/concurrency'
require_relative 'command/spider'
+require_relative 'command/hammer'
require_relative 'version'
require 'samovar'
module Benchmark
@@ -42,10 +43,11 @@
end
nested :command, {
'latency' => Latency,
'concurrency' => Concurrency,
- 'spider' => Spider
+ 'spider' => Spider,
+ 'hammer' => Hammer,
}
def verbose?
@options[:logging] == :verbose
end