vivo/utilities/LoadTesting/scripts/subscripts/_current_test.rb

4 lines
131 B
Ruby

# what is the current test, and how many times will it run?
@test_name = 'SimpleTests'
@test_threads = '1'
@test_iterations = '40'