We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a77897 commit 8e164b6Copy full SHA for 8e164b6
.github/scripts/run_parallel_benchmarks.sh
@@ -73,6 +73,9 @@ fi
73
if [ ! -f "$master_yaml" ]; then
74
echo "ERROR: Master benchmark output not found: $master_yaml"
75
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"
79
exit 1
80
fi
81
0 commit comments