34 lines
788 B
Properties
34 lines
788 B
Properties
|
|
# This configures global defaults across all servers and all test plans
|
||
|
|
|
||
|
|
# default server environment
|
||
|
|
# prod is: services.ionu.com on port 80
|
||
|
|
# qa is: qa.ionu.com port 8080
|
||
|
|
test.server=localhost
|
||
|
|
test.server.port=8080
|
||
|
|
test.server.scheme=http
|
||
|
|
|
||
|
|
# CDN assets (html, js)
|
||
|
|
cdn.server=todo
|
||
|
|
cdn.server.port=80
|
||
|
|
cdn.server.scheme=http
|
||
|
|
|
||
|
|
# default thread values
|
||
|
|
num.threads=3
|
||
|
|
#Change the time it takes to ramp up the test from 0 to user.count threads:
|
||
|
|
thread.ramp.up=1
|
||
|
|
thread.loop.count=500
|
||
|
|
|
||
|
|
# A single constant user - typically use ranges below!
|
||
|
|
user.login=jmeter@ionu.com
|
||
|
|
user.token=
|
||
|
|
|
||
|
|
# User ID ranges
|
||
|
|
user.id.start=5001
|
||
|
|
user.id.stop=5500
|
||
|
|
#Yes, this is redundant...JMeter isn't good at calc'ing values from other input vars
|
||
|
|
user.count=500
|
||
|
|
|
||
|
|
# jmeter itself
|
||
|
|
#jmeter.laf=com.apple.laf.AquaLookAndFeel
|
||
|
|
|