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

solidjs / solid / 35894344323
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix/optimistic-undeclared-flight-owner
DEFAULT BRANCH: main
Ran 23 Sep 2026 05:20PM UTC
Jobs 1
Files 8
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

23 Sep 2026 05:15PM UTC coverage: 73.766%. Remained the same
35894344323

push

github

web-flow
perf(server): materialize scoped hole ids lazily (follow-up to #3599) (#3614)

`ssrScope` reserved its slot by formatting the scope's id string up front
(`nextChildIdFor` → `formatChildId`: a radix-36 toString plus concats)
for every scoped hole. Since #3599 every hole that is not provably
primitive is scoped, and most of those are text (`{row.label}`) — nothing
inside ever asks for a child id, so the string was pure waste: ~60% of
the +7–10% renderToString regression on spread-static-tail, ~22 ns/hole.

The reservation is now a bare counter increment. The wrapper swaps the
pair (`id = prefix`, `_scopeSlot = slot`) onto the parent owner and
`materializeId` folds it into the string on the first derivation — the
same `formatChildId(prefix, slot)` the eager form built, so every id
string produced anywhere is byte-identical; a scoped hole still consumes
exactly one parent slot at argument-evaluation time.

Readers of a possibly-pending owner's id are the two derivation sites
(`nextChildIdFor`, `allocateOwner`'s transparent copy); every other
`.id` read is an owner's own freshly created one and now goes through
`ownerId`, whose dev build asserts the premise (0 B in prod).

Microbench (dist, 5,000 `<li>{row.label}</li>` hydratable): 24.3 → 9.5
ns/hole over pre-#3599. spread-static-tail (vitest, 15 interleaved
rounds): −1.3…−3.9% vs #3599 as landed; HTML identical.

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

592 of 865 branches covered (68.44%)

Branch coverage included in aggregate %.

873 of 1121 relevant lines covered (77.88%)

19.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35894344323.1 23 Sep 2026 05:20PM UTC 8
73.77
GitHub Action Run
Source Files on build 35894344323
  • Tree
  • List 8
  • 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 #35894344323
  • 20204ec2 on github
  • Prev Build on next (#35842357635)
  • Next Build on next (#35894861247)
  • 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