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

jzombie / rust-triplets / 23725264871 / 1
96%
main: 96%

Build:
DEFAULT BRANCH: main
Ran 30 Mar 2026 02:31AM UTC
Files 23
Run time 0s
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

30 Mar 2026 02:25AM UTC coverage: 95.295% (+0.003%) from 95.292%
23725264871.1

push

github

web-flow
Parallel sampling (#45)

* source: parallelize IndexablePager refresh with rayon

refresh_with now fetches records concurrently using rayon::par_iter.
The permuted index sequence is pre-generated (pure integer arithmetic),
then the first `max` entries are fetched in parallel. A short sequential
sweep handles any shortage from None-returning positions.

Fetcher bound changed from FnMut to Fn + Send + Sync. All existing
callers pass closures over &IndexableSource, which already satisfies
this bound since record_at takes &self.

rayon promoted from optional to required dependency; the `parallel`
feature and its huggingface feature dep removed.

* Prepare for 0.12.0-alpha

* Fix issue where unused code warning would appear on bm25-mining builds

16425 of 17236 relevant lines covered (95.29%)

128095.12 hits per line

Source Files on job 23725264871.1
  • Tree
  • List 23
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23725264871
  • b9bb671a on github
  • Prev Job for on main (#23691295118.1)
  • Next Job for on main (#23773431929.1)
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