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 7ff761e commit 807da48Copy full SHA for 807da48
benchmark/load/insecure-bank/benchmark.json
@@ -4,7 +4,7 @@
4
"service": "bash -c \"${CPU_AFFINITY_K6}${UTILS_DIR}/run-k6-load-test.sh http://localhost:8080/login ${OUTPUT_DIR}/${VARIANT} 'pkill java'\"",
5
"run": "bash -c \"${UTILS_DIR}/../load/insecure-bank/start-servers.sh\"",
6
"timeout": 150,
7
- "iterations": 1,
+ "iterations": 2,
8
"variants": {
9
"default": {}
10
}
benchmark/load/petclinic/benchmark.json
"service": "bash -c \"${CPU_AFFINITY_K6}${UTILS_DIR}/run-k6-load-test.sh http://localhost:8080 ${OUTPUT_DIR}/${VARIANT} 'pkill java'\"",
"run": "bash -c \"${UTILS_DIR}/../load/petclinic/start-servers.sh\"",
0 commit comments