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
echo "*Benchmarks ran with ${BENCHMARK_ITERATIONS:-300} iterations per test on Node.js ${{ env.NODE_VERSION }}*" >> comment.md
284
+
echo "*Benchmarks ran with ${BENCHMARK_ITERATIONS:-1000} iterations per test on Node.js ${{ env.NODE_VERSION }}*" >> comment.md
285
285
echo "" >> comment.md
286
-
echo "> **Note:** Benchmarks run on shared CI infrastructure and may show ±20% variance between runs. Only sustained regressions >25% are flagged." >> comment.md
286
+
echo "> **Note:** Benchmarks run on shared CI infrastructure and may show ±30% variance between runs. Only regressions >50% are flagged as concerning." >> comment.md
0 commit comments