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

Commit 14fb080

Browse files
committed
updates
1 parent 3fb8dfc commit 14fb080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_analyze_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for bench in 1 2 3; do
1313
echo "Processing files for bench${bench}:"
1414

1515
# Construct the command for each benchmark
16-
cmd="bash analyze.sh"
16+
cmd="node analyze.js"
1717

1818
# Loop through each service
1919
for service in "${services[@]}"; do

0 commit comments

Comments
 (0)