Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/scaling-dive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
lever: [baseline, websocket-only, nodemem, fanout-debounce]
lever: [baseline, websocket-only, nodemem]

env:
PNPM_HOME: /home/runner/setup-pnpm/node_modules/.bin
Expand Down Expand Up @@ -119,12 +119,6 @@ jobs:
# No settings change; NODE_OPTIONS is set when launching below.
echo "applied via NODE_OPTIONS"
;;
fanout-debounce)
# Lever 3: coalesce per-pad fan-out within a 50ms window
# (requires ether/etherpad#7766 in the checked-out core_ref).
sed -i '/"loadTest": true,/a\ "fanoutDebounceMs": 50,' settings.json
grep fanoutDebounceMs settings.json || { echo "fanoutDebounceMs not present — core must include #7766"; exit 1; }
;;
*)
echo "unknown lever: ${{ matrix.lever }}" >&2
exit 1
Expand Down
Loading