Skip to content

Commit 35f1809

Browse files
committed
Merge branch 'moumouls/concurrent-include' of https://github.com/Moumouls/parse-server into pr/9861
2 parents 0e17c8f + 97bb64b commit 35f1809

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-performance.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,7 @@ jobs:
304304
echo "" >> comment.md
305305
echo "</details>" >> comment.md
306306
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
308-
echo "" >> comment.md
309-
echo "> **Note:** Using 10k iterations with CPU affinity for measurement stability. Thresholds: ⚠️ >25%, ❌ >50%." >> comment.md
307+
echo "> **Note:** Thresholds: ⚠️ >25%, ❌ >50%." >> comment.md
310308
311309
- name: Comment PR with results
312310
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)