diff --git a/run_benchmarks.sh b/run_benchmarks.sh index a278ee9f..2ca3e15b 100755 --- a/run_benchmarks.sh +++ b/run_benchmarks.sh @@ -39,7 +39,7 @@ function runBenchmark() { fi for bench in "${benchmarks[@]}"; do - local benchmarkScript="wrk/bench.sh" + local benchmarkScript="k6/bench.sh" # Replace / with _ local sanitizedServiceScriptName=$(echo "$serviceScript" | tr '/' '_')