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

solidjs / solid / 35793825815
74%
main: 89%

Build:
Build:
LAST BUILD BRANCH: feat/frames-live
DEFAULT BRANCH: main
Ran 22 Sep 2026 10:49PM 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

22 Sep 2026 10:42PM UTC coverage: 72.852% (+0.08%) from 72.775%
35793825815

push

github

web-flow
feat: Chrome Performance panel tracks for Solid (@solidjs/web/performance-tracks) (#3580)

* feat(web): Chrome Performance panel tracks for Solid — engine foundation, adapter, timeline records

Stage 0 — shared engine foundation (@solidjs/signals, @solidjs/web):
- attribution.enable()/disable() are ref-counted: the engine is shared by
  every consumer on the page (a profiler track, an APM adapter, a
  diagnostics capture); the first hold installs, each enable() opens a fresh
  window over the ring buffers and folds without disturbing live tracking or
  others' subscriptions, the last disable() uninstalls.
- `checks` option: one switch for the five thresholded cost checks, for
  records-only consumers.
- isSilentHold / isLongHold exported, so adapters paint the engine's own
  verdicts rather than re-deriving thresholds.
- dispatchAsInteraction passes at: e.timeStamp; InteractionEvent gains
  inputDelayMs (event creation → handler entry, the INP input-delay term) and
  handlerMs measures from the handler's actual start.
- ownerPath re-exported from solid-js (client from @solidjs/signals, server
  via the ownerLabels twin).

Stage 1 — @solidjs/web/performance-tracks:
- enablePerformanceTracks() paints rerun / interaction / hold / navigation
  records and the web runtime's call / frame records as tracks in the
  `Solid` group, retroactively from the records' own performance.now()
  stamps: performance.measure with detail.devtools (rich: tooltips,
  properties; dev default) or the six-argument console.timeStamp (observe
  default). Track seeding for stable display order, minMs floor, scrub mode
  for shared traces, ref-counted disable. Prod artifact folds to a no-op.
- rollup dev/observe/prod entries, ./performance-tracks export conditions,
  types script.

Stage 2 — timeline records (@solidjs/signals, solid-js, @solidjs/web):
- Five listener-gated records on attribution.subscribe: create (a
  computation's creation run), effect (an effect callback, timed ... (continued)

555 of 824 branches covered (67.35%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 2 files covered. (100.0%)

827 of 1073 relevant lines covered (77.07%)

17.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35793825815.1 22 Sep 2026 10:49PM UTC 8
72.85
GitHub Action Run
Source Files on build 35793825815
  • Tree
  • List 8
  • Changed 5
  • Source Changed 5
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35793825815
  • fd36d370 on github
  • Prev Build on next (#35791406441)
  • Next Build on next (#35795913484)
  • 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