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

rust-lang / regex / 527
93%

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

pending completion
527

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

Jobs
ID Job ID Ran Files Coverage
4 527.4 10 Apr 2016 05:01PM UTC 0
92.61
Travis Job 527.4
Source Files on build 527
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #527
  • 75ed3711 on github
  • Prev Build on master (#522)
  • Next Build on master (#529)
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