We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364bb8b commit f7ce7fbCopy full SHA for f7ce7fb
benchmark/load/run.sh
@@ -43,10 +43,10 @@ for app in *; do
43
# Using profiler variants for healthcheck as they are the slowest
44
if [ "${app}" == "petclinic" ]; then
45
HEALTHCHECK_URL=http://localhost:8082
46
- REPETITIONS_COUNT=2
+ REPETITIONS_COUNT=5
47
elif [ "${app}" == "insecure-bank" ]; then
48
HEALTHCHECK_URL=http://localhost:8082/login
49
50
else
51
echo "Unknown app ${app}"
52
exit 1
0 commit comments