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

Commit 68c143f

Browse files
committed
update run_benchmarks.sh
Signed-off-by: Sahil Yeole <[email protected]>
1 parent 02961f4 commit 68c143f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function runBenchmark() {
3939
fi
4040

4141
for bench in "${benchmarks[@]}"; do
42-
local benchmarkScript="wrk/bench.sh"
42+
local benchmarkScript="k6/bench.sh"
4343

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

0 commit comments

Comments
 (0)