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 cfad099 commit 4a45ef6Copy full SHA for 4a45ef6
.github/scripts/run_parallel_benchmarks.sh
@@ -67,6 +67,9 @@ master_yaml="master/bench-${device}-${interface}.yaml"
67
if [ ! -f "$pr_yaml" ]; then
68
echo "ERROR: PR benchmark output not found: $pr_yaml"
69
ls -la pr/ || true
70
+ echo ""
71
+ echo "Last 100 lines of PR log:"
72
+ tail -n 100 "pr/bench-${device}-${interface}.out" 2>/dev/null || echo " Could not read PR log"
73
exit 1
74
fi
75
.gitignore
@@ -91,5 +91,5 @@ benchmarks/*.png
91
*.mkv
92
*.avi
93
94
-packaging/spack/spack-test
95
-.spack
+**isolation_rules/
+**.supercode/
0 commit comments