summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-benchmark_5.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pytest-benchmark: upgrade 4.0.0 -> 5.1.0Wang Mingyu2024-12-241-0/+12
License-Update: Copyright year updated to 2023. Changelog: ========== - Fixed broken hooks handling on pytest 8.1 or later - Fixed bad fixture check that broke down then nbmake was enabled. - Dropped support for now EOL Python 3.8. Also moved tests suite to only test the latest pytest versions (8.3.x). - Fix generate parametrize tests benchmark csv report errors - Added the --benchmark-time-unit cli option for overriding the measurement unit used for display. - Fixes spelling in some help texts. - Added new cprofile options: --benchmark-cprofile-loops=LOOPS - previously profiling only ran the function once, this allow customization. --benchmark-cprofile-top=COUNT - allows showing more rows. --benchmark-cprofile-dump=[FILENAME-PREFIX] - allows saving to a file (that you can load in snakeviz, RunSnakeRun or other tools). - Removed hidden dependency on py.path (replaced with pathlib). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>