8000 tweak: Increase iterations count · DataDog/dd-trace-java@807da48 · GitHub
[go: up one dir, main page]

Skip to content

Commit 807da48

Browse files
committed
tweak: Increase iterations count
1 parent 7ff761e commit 807da48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/load/insecure-bank/benchmark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"service": "bash -c \"${CPU_AFFINITY_K6}${UTILS_DIR}/run-k6-load-test.sh http://localhost:8080/login ${OUTPUT_DIR}/${VARIANT} 'pkill java'\"",
55
"run": "bash -c \"${UTILS_DIR}/../load/insecure-bank/start-servers.sh\"",
66
"timeout": 150,
7-
"iterations": 1,
7+
"iterations": 2,
88
"variants": {
99
"default": {}
1010
}

benchmark/load/petclinic/benchmark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"service": "bash -c \"${CPU_AFFINITY_K6}${UTILS_DIR}/run-k6-load-test.sh http://localhost:8080 ${OUTPUT_DIR}/${VARIANT} 'pkill java'\"",
55
"run": "bash -c \"${UTILS_DIR}/../load/petclinic/start-servers.sh\"",
66
"timeout": 150,
7-
"iterations": 1,
7+
"iterations": 2,
88
"variants": {
99
"default": {}
1010
}

0 commit comments

Comments
 (0)
0