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

freeeve / roaringrange / 27310578835
65%

Build:
DEFAULT BRANCH: main
Ran 10 Jun 2026 10:31PM 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

10 Jun 2026 10:31PM UTC coverage: 85.137%. Remained the same
27310578835

push

github

freeeve
feat(rust,openalex): catalog boot bundle - one GET boots the whole demo (task 006)

The demo booted with 4-5 sequential cold opens (index sparse, facet
meta, record header + dict GET, lookup header), and the facet head
load hid a ~400-request / ~20 s wave behind them since the 484M
migration (lazy top-N heads sort by count, not offset - coalescing
cannot merge reads scattered over a 2.4 GB region).

The RRHC catalog bundle collapses boot to ONE content-hashed GET:

- from_boot constructors across the family: FacetMeta::parse/attach +
  FacetIndex::load_heads (meta parses fetchless; the head wave is a
  separate, deferrable call), RecordStore::from_boot, Lookup::from_boot,
  plus facet::rrsf_boot_len for builders.
- build_catalog_rrhc example slices + inlines all five boot regions
  (4.64 MB for the 484M catalog); inputs may be ranged-curl prefix
  files of deployed objects.
- wasm: RrhcBundle.open/inlined and fromBoot variants on
  RrsIndex/RrsRecords/RrsLookup + loadFacetHeads; the demo boots
  bundle-first with per-member fallback and streams the facet heads
  behind first paint (filtered counts read full-corpus until ready).
- deploy.sh --rrhc uploads the bundle content-hashed immutable and
  rewrites the HTML, so warm visits boot from the browser cache with
  zero network and a stale bundle can never pair with rebuilt
  artifacts.

Measured live (headless Chrome, cold): startup 8 MB / 20.3 s ->
5 MB / 352 ms; first paint 26 s -> 4 s; split-toggle reveal 25 s -> 4 s.

653 of 767 relevant lines covered (85.14%)

11.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27310578835.1 10 Jun 2026 10:31PM UTC 7
85.14
GitHub Action Run
Source Files on build 27310578835
  • Tree
  • List 7
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27310578835
  • 10f346d2 on github
  • Prev Build on main (#27309318299)
  • Next Build on main (#27311215861)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc