• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

solidjs / solid / 34893262890
71%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 14 Sep 2026 08:35PM UTC
Jobs 1
Files 7
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Sep 2026 08:29PM UTC coverage: 71.842%. Remained the same
34893262890

push

github

web-flow
bench(signals): amortize projection-root-write over 20 commits per body (#3435)

Three benchmarks share one process and one set of 20k-key fixtures, and
each body performed a single commit. V8 emits a one-off ~100k-instruction
tier-up chunk that attaches to whichever frame is running when it fires and
lands in exactly one of the three windows — at ~540k Ir per root write that
is 16-20% of a window, and it moves between windows on unrelated changes.
CodSpeed's bisection of #3431 (2026-09-14) made this exact: a change costing
~300 instructions on its own path read as -8.9% on the root write and x2.4
on the untouched nested write; a provably no-op extra call added to `next`
read as -5.5% on the root write and +22% on the untouched store setter
(537,655 → 508,044 and 513,411 → 627,428 Ir; every reactive-graph symbol
bit-identical).

Each body now runs COMMITS = 20 commits. The chunk amortizes to <1% of a
window — below the 5% gate — and the three stay per-commit comparable,
which is the parity this file guards (#3352 derive vs #3044 setter floor).
Absolute numbers re-baseline ×20.

Co-authored-by: Claude via Cursor <noreply@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

519 of 790 branches covered (65.7%)

Branch coverage included in aggregate %.

772 of 1007 relevant lines covered (76.66%)

15.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34893262890.1 14 Sep 2026 08:35PM UTC 7
71.84
GitHub Action Run
Source Files on build 34893262890
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #34893262890
  • efcaebad on github
  • Prev Build on next (#34891697404)
  • Next Build on next (#34903359626)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc