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

google / benchmark / 1148
92%

Build:
DEFAULT BRANCH: master
Ran 17 Oct 2017 04:13PM UTC
Jobs 1
Files 35
Run time 2s
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
1148

push

travis-ci

dominichamon
Improve KeepRunning loop performance to be similar to the range-based for. (#460)

This patch improves the performance of the KeepRunning loop in two ways:

(A) it removes the dependency on the max_iterations variable, preventing
it from being loaded every iteration.

(B) it loops to zero, instead of to an upper bound. This allows a single
decrement instruction to be used instead of a arithmetic op followed by a
comparison.

6 of 6 new or added lines in 2 files covered. (100.0%)

1418 of 1626 relevant lines covered (87.21%)

3647655.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1148.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 17 Oct 2017 04:13PM UTC 0
87.21
Travis Job 1148.1
Source Files on build 1148
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1148
  • a37fc0c4 on github
  • Prev Build on master (#1143)
  • Next Build on master (#1150)
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