Sha256: 7eb8b6c47656ec23e56325d38f182e32d7ae34de3178a3da830f43e697ef5c72
Contents?: true
Size: 349 Bytes
Versions: 11
Compression:
Stored size: 349 Bytes
Contents
# ruby -Ilib tryouts/70_module_usage.rb require 'stella' #Benelux.enable_debug #Stella.stdout.lev = 3 Stella.enable_quiet plan = Stella::Testplan.new('http://localhost:3114/search') opts = { :hosts => '', :mode => :generate, :clients => 100, #:duration => 10 } testrun = Stella::Testrun.new plan, opts testrun.run puts testrun.to_yaml
Version data entries
11 entries across 11 versions & 1 rubygems