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

Commit 85fc350

Browse files
committed
Change commands to node
1 parent b2ad419 commit 85fc350

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

run_benchmarks.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ for service in "apollo_server" "caliban" "netflix_dgs" "gqlgen" "tailcall" "asyn
8383
fi
8484
done
8585

86-
bash analyze.js "${bench1Results[@]}"
87-
bash analyze.js "${bench2Results[@]}"
88-
bash analyze.js "${bench3Results[@]}"
86+
node analyze.js "${bench1Results[@]}"
87+
node analyze.js "${bench2Results[@]}"
88+
node analyze.js "${bench3Results[@]}"

0 commit comments

Comments
 (0)