Sha256: e2de66874f0fa312b0832d8cb656077f79db12bd9c69c98b86190903873e38c0
Contents?: true
Size: 385 Bytes
Versions: 11
Compression:
Stored size: 385 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'ruby-jmeter' test do threads count: 10, duration: 180, continue_forever: true do think_time 5_000 visit name: 'Google Search', url: 'http://google.com' end end.flood( ENV['FLOOD_API_TOKEN'], name: 'Demo', privacy_flag: 'public', grid: 'a3Hf9pIs30DX0pYfitU4AA' # UUID of the target grid )
Version data entries
11 entries across 11 versions & 1 rubygems