Skip to content

Commit 2aab0aa

Browse files
committed
Add simulation parameters in config file
1 parent b469a27 commit 2aab0aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cluster/src/test/resources/application.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ hmda {
44
host = ${?HMDA_BENCHMARK_HOST}
55
port = "8080"
66
port = ${?HMDA_BENCHMARK_PORT}
7-
nrOfUsers = 5
8-
rampUpTime = 10
7+
nrOfUsers = 1000
8+
rampUpTime = 30
99
}
1010
}

0 commit comments

Comments
 (0)