We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679be9a commit 9c0ebd8Copy full SHA for 9c0ebd8
.github/workflows/benchmark-pages.yml
@@ -44,7 +44,7 @@ jobs:
44
npx tsx src/workflows/benchmark-pages.ts \
45
--versions "free-pro-team@latest,enterprise-cloud@latest,enterprise-server@latest" \
46
--modes article-body \
47
- --slow 500 \
+ --slow 1000 \
48
--json /tmp/benchmark-results.json | tee /tmp/benchmark-output.txt
49
50
- name: Check results and create issue if needed
@@ -108,7 +108,7 @@ jobs:
108
echo "**Total pages:** $TOTAL"
109
echo "**Stats:** p50=${P50}ms · p99=${P99}ms · max=${MAX}ms"
110
echo "**Errors:** $ERRORS"
111
- echo "**Slow (≥500ms):** $SLOW"
+ echo "**Slow (≥1000ms):** $SLOW"
112
} > "$BODY_FILE"
113
114
if [ "$ERRORS" -gt 0 ]; then
0 commit comments