From dcd898b3848098555348672e77bc0a5a8890e385 Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Tue, 23 Jul 2024 21:17:51 +0530 Subject: [PATCH] test Signed-off-by: Sahil Yeole --- run_benchmarks.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/run_benchmarks.sh b/run_benchmarks.sh index bbc74ec2b..af1c3a2e2 100755 --- a/run_benchmarks.sh +++ b/run_benchmarks.sh @@ -91,7 +91,7 @@ fi -runBenchmark "graphql/${service}/run.sh" +runBenchmark "${service}" if [ "$service" == "apollo_server" ]; then cd graphql/apollo_server/ @@ -101,10 +101,6 @@ elif [ "$service" == "hasura" ]; then bash "graphql/hasura/kill.sh" fi -bash analyze.sh "${bench1Results[@]}" -bash analyze.sh "${bench2Results[@]}" -bash analyze.sh "${bench3Results[@]}" - if [[ "$UPLOAD_TO_CLOUD" == "true" ]]; then # Wait for 5 seconds to ensure the results are uploaded to influxdb sleep 5