benchmark v1.5.2 Release Notes

Release Date: 2020-09-11 // over 3 years ago
    • Timestamps in output are now rfc3339-formatted #965
    • โš  overflow warnings with timers fixed #980
    • Python dependencies are now covered by a requirements.txt #994
    • JSON output cleaned up when no CPU scaling is present (#1008)
    • CartesianProduct added for easier settings of multiple ranges (#1029)
    • Python bindings improvements:
      • Custom main functions (#993)
      • A rename to google_benchmark (#199
      • More state methods bound (#1037) with a builder interface (#1040)
    • ๐Ÿ‘• Workflow additions in github include pylint (#1039) and bindings runs (#1041)

Previous changes from v1.5.1

    • Python bindings are now available in //bindings/python
    • โฌ†๏ธ Upgraded bazel from 0.10.1 to 3.2.0 (long overdue)
    • ๐Ÿ›  RISC-V and PPC cycleclock fixes
    • ๐Ÿ— Various build warnings and cmake issues resolved
    • ๐Ÿ“š Documentation improvements