Skip to content

Commit f7ce7fb

Browse files
committed
Increase load benchmark repetition to 5
1 parent 364bb8b commit f7ce7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/load/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ for app in *; do
4343
# Using profiler variants for healthcheck as they are the slowest
4444
if [ "${app}" == "petclinic" ]; then
4545
HEALTHCHECK_URL=http://localhost:8082
46-
REPETITIONS_COUNT=2
46+
REPETITIONS_COUNT=5
4747
elif [ "${app}" == "insecure-bank" ]; then
4848
HEALTHCHECK_URL=http://localhost:8082/login
49-
REPETITIONS_COUNT=2
49+
REPETITIONS_COUNT=5
5050
else
5151
echo "Unknown app ${app}"
5252
exit 1

0 commit comments

Comments
 (0)