Method: RubyJmeter::DSL#throughput_controller

Defined in:
lib/ruby-jmeter/dsl/throughput_controller.rb

#throughput_controller(params = {}, &block) ⇒ Object



3
4
5
6
# File 'lib/ruby-jmeter/dsl/throughput_controller.rb', line 3

def throughput_controller(params={}, &block)
  node = RubyJmeter::ThroughputController.new(params)
  attach_node(node, &block)
end