examples/stepping_thread_group.rb in ruby-jmeter-3.0.6 vs examples/stepping_thread_group.rb in ruby-jmeter-3.0.7

- old
+ new

@@ -10,10 +10,11 @@ header [ { name: 'Accept-Encoding', value: 'gzip,deflate,sdch' }, { name: 'Accept', value: 'text/javascript, text/html, application/xml, text/xml, */*' } ] - step total_threads: 200, + step name: 'stepping thread group example', + total_threads: 200, initial_delay: 0, start_threads: 20, add_threads: 0, start_every: 30, stop_threads: 50,