2011-12-14 22:01:35 +00:00
|
|
|
#! /usr/bin/ruby
|
|
|
|
|
|
|
|
=begin
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
What is the currently-selected test?
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
=end
|
|
|
|
|
2013-10-21 15:21:54 -04:00
|
|
|
require File.expand_path('subscripts/common', File.dirname(__FILE__))
|
2011-12-14 22:01:35 +00:00
|
|
|
|
|
|
|
puts "Current test is #{@test_name}, #{@test_threads} threads, #{@test_iterations} iterations"
|
|
|
|
|