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

google / benchmark / 1151
92%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2017 06:20PM UTC
Jobs 1
Files 35
Run time 4s
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
1151

push

travis-ci

web-flow
Refactor most usages of KeepRunning to use the perfered ranged-for. (#459)

Recently the library added a new ranged-for variant of the KeepRunning
loop that is much faster. For this reason it should be preferred in all
new code.

Because a library, its documentation, and its tests should all embody
the best practices of using the library, this patch changes all but a
few usages of KeepRunning() into for (auto _ : state).

The remaining usages in the tests and documentation persist only
to document and test behavior that is different between the two formulations.

Also note that because the range-for loop requires C++11, the KeepRunning
variant has not been deprecated at this time.

1415 of 1624 relevant lines covered (87.13%)

4659504.95 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1151.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 17 Oct 2017 06:20PM UTC 0
87.13
Travis Job 1151.1
Source Files on build 1151
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1151
  • 25acf220 on github
  • Prev Build on master (#1150)
  • Next Build on master (#1154)
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