From 68c143f93bfdca8c606e166b0a60b879c1d1ff67 Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Sat, 13 Jul 2024 17:12:29 +0530 Subject: [PATCH] update run_benchmarks.sh Signed-off-by: Sahil Yeole --- run_benchmarks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '/' '_')