Sha256: 23fc9533b5df1c20b86c372a911a38e0f4c1a6df492a1d9e0c872134a75aff72
Contents?: true
Size: 414 Bytes
Versions: 51
Compression:
Stored size: 414 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'ruby-jmeter' def usage(why = nil) puts "failed for reason: #{why}" if why puts "usage: flood [testplan.rb] " puts " The tesplan is optional, if you leave it off you'll get an interactive shell." exit(1) end @testplan = ARGV.shift require 'irb' require 'irb/completion' if File.exists? ".irbrc" ENV['IRBRC'] = ".irbrc" end ARGV.clear IRB.start exit!
Version data entries
51 entries across 51 versions & 1 rubygems