Skip to content

v2.11.0

Compare
Choose a tag to compare
@horenmar horenmar released this 15 Nov 14:09
v2.11.0
e1c9d55

Improvements

  • JUnit reporter output now contains more details in case of failure (#1347, #1719)
  • Added SonarQube Test Data reporter (#1738)
    • It is in a separate header, just like the TAP, Automake, and TeamCity reporters
  • range generator now allows floating point numbers (#1776)
  • Reworked part of internals to increase throughput

Fixes

  • The single header version should contain full benchmarking support (#1800)
  • [.foo] is now properly parsed as [.][foo] when used on the command line (#1798)
  • Fixed compilation of benchmarking on platforms where steady_clock::period is not std::nano (#1794)