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

freeeve / roaringrange / 28632868528
65%

Build:
DEFAULT BRANCH: main
Ran 03 Jul 2026 01:42AM UTC
Jobs 1
Files 16
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

03 Jul 2026 01:33AM UTC coverage: 84.8% (-0.03%) from 84.832%
28632868528

push

github

freeeve
perf(splits): parallelize the tiered descent into bounded concurrent waves

A tiered split-set descent opened splits one at a time; for a sparse query that
doesn't fill from tier 0, that serializes a fresh round-trip per split. Now the
top split opens alone (a common top-K query fills there, keeping the exact
per-split `remaining` bandwidth cap and paying no over-open), then the tail tiers
descend in bounded concurrent waves of DESCENT_WAVE (8), in both search_tiered
and search_filtered's tiered path.

Splits hold disjoint, rank-ordered id ranges, so concatenating each wave in split
order and truncating to `limit` yields the IDENTICAL top-K a serial descent
would -- a wave only trades a bounded per-wave over-open (<= DESCENT_WAVE-1 extra
splits, each asked for the full limit since the exact remaining isn't known
mid-wave) for far lower round-trip latency. The lazy global-Bloom gate and
per-split Bloom/facet pruning are preserved.

Tests: cross-wave rank-order identity at several page sizes; the filtered
early-stop test reframed to wave granularity (a bounded page stops whole waves
short of a full descent). The latency win manifests in the browser's async fetch
runtime, so result identity is the tested invariant.

1696 of 2000 relevant lines covered (84.8%)

115.86 hits per line

Coverage Regressions

Lines Coverage ∆ File
28
84.38
-0.24% terms.go
Jobs
ID Job ID Ran Files Coverage
1 28632868528.1 03 Jul 2026 01:42AM UTC 16
84.8
GitHub Action Run
Source Files on build 28632868528
  • Tree
  • List 16
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28632868528
  • 540352a8 on github
  • Prev Build on main (#28564247873)
  • Next Build on main (#28885012657)
  • 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