Skip to content

Commit 8e164b6

Browse files
committed
fix
1 parent 3a77897 commit 8e164b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/scripts/run_parallel_benchmarks.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ fi
7373
if [ ! -f "$master_yaml" ]; then
7474
echo "ERROR: Master benchmark output not found: $master_yaml"
7575
ls -la master/ || true
76+
echo ""
77+
echo "Last 100 lines of master log:"
78+
tail -n 100 "master/bench-${device}-${interface}.out" 2>/dev/null || echo " Could not read master log"
7679
exit 1
7780
fi
7881

0 commit comments

Comments
 (0)