Sha256: d8740909bc4738819e5f6cb7c64723d0ff627d2d50b62126e95c9eda81eaf99b
Contents?: true
Size: 341 Bytes
Versions: 12
Compression:
Stored size: 341 Bytes
Contents
module JmeterPerf class ExtendedDSL < DSL def constant_throughput_timer(params, &) params[:value] ||= params[:throughput] || 0.0 node = JmeterPerf::DSL::ConstantThroughputTimer.new(params) node.doc.xpath('//stringProp[@name="throughput"]').first.content = params[:value] attach_node(node, &) end end end
Version data entries
12 entries across 12 versions & 1 rubygems