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

solidjs / solid / 34515664352
72%
main: 89%

Build:
Build:
LAST BUILD BRANCH: next
DEFAULT BRANCH: main
Ran 10 Sep 2026 06:44PM UTC
Jobs 1
Files 6
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

10 Sep 2026 06:39PM UTC coverage: 71.826%. Remained the same
34515664352

push

github

web-flow
perf(signals): mapArray small-move fast path for keyed reorders (#3227)

Bounded small-move pre-pass (trySmallMove) on mapArray's keyed update path: rotations, swaps, and small displacements (≤32 displaced rows after prefix/suffix trim, >64-row window) commit as targeted in-place moves instead of full-window rebuilds; ineligible shapes fall through to the untouched general algorithm after a few probes. Identity-keyed mode only — custom key functions and index-tracking modes never enter it. Scan and commit are separate functions so updateKeyedMap stays within JIT inlining budgets (no reverse/shuffle regression).

Validation: mapArray-smallmove.test.ts pins semantics at 1000-row scale against an oracle driven through the general path (rotate, displace, swap, remove, replacement, duplicates, mixed shapes, custom-key exclusion); engagement is proven through a dev-only counter and gated under SIGNALS_TIER=prod. js-framework-benchmark: swap1k −6.5%, no regressions across create/replace/append/remove/select/clear.

Size: ~600 B brotli in every <For> scenario; limits ratcheted with re-measured notes on the rebased tree.

519 of 790 branches covered (65.7%)

Branch coverage included in aggregate %.

771 of 1006 relevant lines covered (76.64%)

14.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34515664352.1 10 Sep 2026 06:44PM UTC 6
71.83
GitHub Action Run
Source Files on build 34515664352
  • Tree
  • List 6
  • 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 #34515664352
  • 51c201fd on github
  • Prev Build on next (#34494644711)
  • Next Build on next (#34519487926)
  • 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