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

Commit dcd898b

Browse files
committed
test
Signed-off-by: Sahil Yeole <[email protected]>
1 parent 95b2c65 commit dcd898b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

run_benchmarks.sh

+1-5
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fi
9191

9292

9393

94-
runBenchmark "graphql/${service}/run.sh"
94+
runBenchmark "${service}"
9595

9696
if [ "$service" == "apollo_server" ]; then
9797
cd graphql/apollo_server/
@@ -101,10 +101,6 @@ elif [ "$service" == "hasura" ]; then
101101
bash "graphql/hasura/kill.sh"
102102
fi
103103

104-
bash analyze.sh "${bench1Results[@]}"
105-
bash analyze.sh "${bench2Results[@]}"
106-
bash analyze.sh "${bench3Results[@]}"
107-
108104
if [[ "$UPLOAD_TO_CLOUD" == "true" ]]; then
109105
# Wait for 5 seconds to ensure the results are uploaded to influxdb
110106
sleep 5

0 commit comments

Comments
 (0)