A re-worked version of the performance testing framework.
This commit is contained in:
parent
031dc3e004
commit
a009f582f3
52 changed files with 7017 additions and 0 deletions
15
utilities/LoadTesting/scripts/_whichVersion
Executable file
15
utilities/LoadTesting/scripts/_whichVersion
Executable file
|
@ -0,0 +1,15 @@
|
|||
#! /usr/bin/ruby
|
||||
|
||||
=begin
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
What is the currently-selected version?
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
--------------------------------------------------------------------------------
|
||||
=end
|
||||
|
||||
require "#{File.dirname(__FILE__)}/subscripts/loadParms"
|
||||
|
||||
puts "Current version is #{@version_name}"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue