Skip to content

Commit b7dcd53

Browse files
fix: remove stray banner echo outside SUITE_OPT guard
1 parent 0dba57a commit b7dcd53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run_benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ print_server_log() {
8686
fi
8787
}
8888

89-
echo "=============================================="
9089
export METAL_LIBRARY_PATH="$(pwd)/.build/arm64-apple-macosx/release"
9190

9291
if [ -n "${SUITE_OPT:-}" ]; then
9392
# Sub-process invocation from automated matrix — skip interactive menu
9493
suite_opt="$SUITE_OPT"
9594
else
95+
echo "=============================================="
9696
echo " Aegis-AI MLX Profiling Benchmark Suite "
9797
echo "=============================================="
9898
echo ""

0 commit comments

Comments
 (0)