diff --git a/run_analyze_script.sh b/run_analyze_script.sh index 84f7206a..dd284135 100755 --- a/run_analyze_script.sh +++ b/run_analyze_script.sh @@ -13,7 +13,7 @@ for bench in 1 2 3; do echo "Processing files for bench${bench}:" # Construct the command for each benchmark - cmd="bash analyze.sh" + cmd="node analyze.js" # Loop through each service for service in "${services[@]}"; do