• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Info updated!

JuliaLang / julia / #37223 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2022 11:09AM UTC
Files 382
Run time 12s
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

07 Aug 2022 11:09AM UTC coverage: 93.745% (+0.6%) from 93.126%
#37223.1

push

local

web-flow
Speed up `searchsortedfirst`. (#46151)

* Speed up `searchsortedfirst`.

This implementation:
- replaces midpoint computation with binary shift (division by 2)
- starts with a slightly narrower range `[lo, hi + 1]` instead of `[lo-1, hi+1]`
- narrows the range slightly faster by bumping `lo` to `m+1` instead of `m`

79869 of 85198 relevant lines covered (93.75%)

19704105.34 hits per line

Source Files on job #37223.1
  • Tree
  • List 0
  • Changed 180
  • Source Changed 0
  • Coverage Changed 180
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37223
  • 4a5f2bb8 on github
  • Prev Job for on master (##37222.1)
  • Next Job for on master (##37224.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