You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-performance.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -304,9 +304,9 @@ jobs:
304
304
echo "" >> comment.md
305
305
echo "</details>" >> comment.md
306
306
echo "" >> comment.md
307
-
echo "*Benchmarks ran with ${BENCHMARK_ITERATIONS:-10000} iterations per test on Node.js ${{ env.NODE_VERSION }} (production mode, CPU pinned)*" >> comment.md
307
+
echo "*Benchmarks ran with ${BENCHMARK_ITERATIONS:-1000} iterations per test on Node.js ${{ env.NODE_VERSION }} (production mode, CPU pinned)*" >> comment.md
308
308
echo "" >> comment.md
309
-
echo "> **Note:** Using 10k iterations with CPU affinity for measurement stability. Thresholds: ⚠️ >50%, ❌ >100%." >> comment.md
309
+
echo "> **Note:** Using 1k iterations with CPU affinity for measurement stability. Thresholds: ⚠️ >50%, ❌ >100%." >> comment.md
310
310
311
311
- name: Comment PR with results
312
312
if: github.event_name == 'pull_request'
@@ -325,3 +325,6 @@ jobs:
325
325
else
326
326
echo "⚠️ Benchmark comparison not available" >> $GITHUB_STEP_SUMMARY
0 commit comments