Skip to content

Commit 053e7de

Browse files
committed
fix: Fix run script location
1 parent 3ff9ddc commit 053e7de

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
@@ -2,7 +2,7 @@
22
"name": "load_insecure-bank",
33
"setup": "bash -c \"mkdir -p ${OUTPUT_DIR}/${VARIANT}\"",
44
"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 \"${SCRIPT_DIR}/load/insecure-bank/start-servers.sh\"",
5+
"run": "bash -c \"${UTILS_DIR}/../load/insecure-bank/start-servers.sh\"",
66
"timeout": 150,
77
"iterations": 1,
88
"variants": {

benchmark/load/petclinic/benchmark.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "load_petclinic",
33
"setup": "bash -c \"mkdir -p ${OUTPUT_DIR}/${VARIANT}\"",
44
"service": "bash -c \"${CPU_AFFINITY_K6}${UTILS_DIR}/run-k6-load-test.sh http://localhost:8080 ${OUTPUT_DIR}/${VARIANT} 'pkill java'\"",
5-
"run": "bash -c \"${SCRIPT_DIR}/load/petclinic/start-servers.sh\"",
5+
"run": "bash -c \"${UTILS_DIR}/../load/petclinic/start-servers.sh\"",
66
"timeout": 150,
77
"iterations": 1,
88
"variants": {

0 commit comments

Comments
 (0)