diff --git a/.github/workflows/scaling-dive.yml b/.github/workflows/scaling-dive.yml index 46b6be4..a9fcdce 100644 --- a/.github/workflows/scaling-dive.yml +++ b/.github/workflows/scaling-dive.yml @@ -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 @@ -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