Skip to content

Latest commit

 

History

History
78 lines (65 loc) · 3.34 KB

CHANGELOG.rst

File metadata and controls

78 lines (65 loc) · 3.34 KB

Changelog for package performance_test_fixture

0.3.0 (2024-04-26)

0.2.0 (2023-04-27)

0.1.1 (2023-04-11)

  • Resolve use-after-free compiler warnings (#24)
  • Contributors: Scott K Logan

0.1.0 (2023-02-13)

  • Update performance_test_fixture to C++17. (#21)
  • [rolling] Update maintainers - 2022-11-07 (#20)
  • Contributors: Audrow Nash, Chris Lalancette

0.0.9 (2022-07-25)

  • Mirror rolling to main
  • Add "cstring" to the list of includes (#19)
  • Contributors: Audrow Nash, Chris Lalancette

0.0.8 (2022-01-14)

  • Fix include order for cpplint (#16)
  • Contributors: Jacob Perron

0.0.7 (2021-03-18)

  • Record calls to calloc, update tests (#15)
  • Contributors: Scott K Logan

0.0.6 (2020-11-19)

  • Make allocation counter atomic (#13) Even if the benchmark itself isn't threaded, the process we're testing could be. In any case, this should prevent those shenanigans from messing up the measurement.
  • Add methods for pausing/resuming performance metrics (#10)
    • Add methods for pausing/resuming performance metrics
  • Add benchmarks to evaluate overhead (#11)
    • Add benchmarks to evaluate overhead in performance tests
  • Add namespace performance_test_fixture to .cpp (#9)
  • Contributors: Scott K Logan, brawner

0.0.5 (2020-10-21)

  • Export dependency on benchmark and osrf_testing_tools_cpp (#8)
  • Update maintainers (#7)
  • Contributors: Alejandro Hernández Cordero, Scott K Logan

0.0.4 (2020-09-17)

  • Expose a function for resetting the heap counters (#6)
  • Stop recording memory operations sooner (#5)
  • Suppress memory tools warning if tests will be skipped (#4)
  • Contributors: Scott K Logan

0.0.3 (2020-09-02)

  • Export dependency on ament_cmake_google_benchmark (#3)
  • Contributors: Scott K Logan

0.0.2 (2020-07-23)

  • Add missing dependency on ament_cmake_google_benchmark (#2)
  • Contributors: Scott K Logan

0.0.1 (2020-07-23)

  • Initial 'performance_test_fixture' package (#1)
  • Initial commit
  • Contributors: Scott K Logan