ckerr

#54109: test: reduce protocol throughput timing noise

Merged
Created: Sep 18, 2026, 8:35:26 PM
Merged: Sep 19, 2026, 6:20:54 PM
4 comments
Target: main

Description of Change

Follow-up to #54028 (1e4b7cb) and #53206.

The re-enabled test fails on Linux CI. Separate timing phases can bias the ratio when host load changes. Compare paired samples in alternating order and time them in the renderer. Keep the 3x limit and verify each request's path.

Local Linux build: all 179 protocol tests passed. Lint, formatting, and spec typecheck passed. The full suite and other platforms were not run. Azure validation is pending.

Checklist

Release Notes

Notes: none

Backports

43-x-y
Merged
PR Number
#54130
Merged At
Sep 19, 2026, 8:06:28 PM
Released In
Not yet
Release Date
Not yet
44-x-y
Merged
PR Number
#54131
Merged At
Sep 19, 2026, 7:42:59 PM
Released In
Not yet
Release Date
Not yet
45-x-y
Merged
PR Number
#54132
Merged At
Sep 19, 2026, 7:55:45 PM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron