"Premature optimization is the root of all evil."
"We should forget about small efficiencies, say about 97% of the time"
"Yet we should not pass up our opportunities in that critical 3%.”
require 'rubygems'
require 'ruby-jmeter'
test do
threads count: 10, rampup: 5, duration: 10 do
cookies
cache
visit name: 'Google Search', url: 'http://google.com'
submit name: 'Submit Form', url: 'http://altentee.com/search',
fill_in: {
q: 'Paris Ruby',
}
end
end.jmx(file: "testplan.jmx")
# end.grid('NTEbtAr6Yu4yF-s7xzcX')