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

google / benchmark / 655
92%

Build:
DEFAULT BRANCH: master
Ran 04 Aug 2016 07:46PM UTC
Jobs 1
Files 34
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
655

push

travis-ci

dominichamon
Support multiple ranges in the benchmark (#257)

* Support multiple ranges in the benchmark

google-benchmark library allows to provide up to two ranges to the
benchmark method (range_x and range_y). However, in many cases it's not
sufficient. The patch introduces multi-range features, so user can easily
define multiple ranges by passing a vector of integers, and access values
through the method range(i).

* Remove redundant API

Functions State::range_x() and State::range_y() have been removed. They should
be replaced by State::range(0) and State::range(1).
Functions Benchmark::ArgPair() and Benchmark::RangePair() have been removed.
They should be replaced by Benchmark::Args() and Benchmark::Ranges().

1391 of 1590 relevant lines covered (87.48%)

3815229.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 655.1 (COMPILER=g++ STD=c++11 BUILD_TYPE=Coverage) 04 Aug 2016 07:46PM UTC 0
87.48
Travis Job 655.1
Source Files on build 655
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #655
  • dfe02607 on github
  • Prev Build on master (#650)
  • Next Build on master (#663)
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