ci: Fix performance step in CI (#9927)

This commit is contained in:
Manuel
2025-11-09 18:57:23 +01:00
committed by GitHub
parent 3cc8c1ae3e
commit 133660fb52
2 changed files with 3 additions and 5 deletions

View File

@@ -304,9 +304,7 @@ jobs:
echo "" >> comment.md
echo "</details>" >> comment.md
echo "" >> comment.md
echo "*Benchmarks ran with ${BENCHMARK_ITERATIONS:-10000} iterations per test on Node.js ${{ env.NODE_VERSION }} (production mode, CPU pinned)*" >> comment.md
echo "" >> comment.md
echo "> **Note:** Using 10k iterations with CPU affinity for measurement stability. Thresholds: ⚠️ >25%, ❌ >50%." >> comment.md
echo "> **Note:** Thresholds: ⚠️ >25%, ❌ >50%." >> comment.md
- name: Comment PR with results
if: github.event_name == 'pull_request'