Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 3aaf778

Browse files
committed
fix tests path
Signed-off-by: Sahil Yeole <[email protected]>
1 parent cb24eaf commit 3aaf778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_benchmarks.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function runBenchmark() {
2828
sleep 15 # Give some time for the service to start up
2929

3030
for bench in "${benchmarks[@]}"; do
31-
local benchmarkScript="tests/test.sh"
32-
local warmupScript="tests/warmup.sh"
31+
local benchmarkScript="k6/bench.sh"
32+
local warmupScript="k6/warmup.sh"
3333

3434
# Replace / with _
3535
local sanitizedServiceScriptName=$(echo "$serviceScript" | tr '/' '_')

0 commit comments

Comments
 (0)