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

rust-lang / regex / 527 / 4
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2016 05:01PM UTC
Files 18
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

10 Apr 2016 04:39PM UTC coverage: 92.613%. Remained the same
527.4

push

travis-ci

BurntSushi
Add PCRE2 benchmakrs, fix PCRE1 benchmarks.

The pcre wrapper crate has unavoidable performance limitations because
every search is guaranteed to allocated space for all captures in the
regex. There are precisely zero benchmarks (so far) that need any capture
except for the start/end location of the entire match, so we can get
away without allocating. Therefore, we instead use libpcre-sys and roll our
own stupid wrapper.

2545 of 2748 relevant lines covered (92.61%)

0.93 hits per line

Source Files on job 527.4
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 527
  • Travis Job 527.4
  • 75ed3711 on github
  • Prev Job for on master (#522.4)
  • Next Job for on master (#529.4)
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