Sha256: 2ec70bd7a235b1867476711cb8a88061ca5bf7c008b2428a717a95c56f675403
Contents?: true
Size: 614 Bytes
Versions: 10
Compression:
Stored size: 614 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'ruby-jmeter' test do # You need to either add the project name and upload token from Loadosophia.org here, # or use a property file (-q flag when running jmeter). loadosophia('Loadosophia Uploader', { project: "${__P(loadosophia.project,DEFAULT)}", uploadToken: "${__P(loadosophia.uploadToken,No Token specified)}", useOnline: "true", title: "HLS Load test ${__time(yyyy-MM-dd HH:mm)}" }) threads count: 1 do visit name: 'Home Page', url: 'http://google.com/' end end.run(path: '/usr/share/jmeter/bin/', gui: true)
Version data entries
10 entries across 10 versions & 1 rubygems