# Define external parameters for the first test
# No Threads
noThreads=10

# RampUp (seconds)
rampUp=0

# Throughput Rate (per minute)
tRate=600.0

######### The values here are the ones that we will control in our test #########
# Duration (seconds)
dRation=300

# Thread Sleep (milliseconds)
threadSleep = 0

#################################################################################