summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyperf_2.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyperf: upgrade 2.7.0 -> 2.8.0Wang Mingyu2024-10-141-0/+23
Changelog: =========== - Refactor operations to fully work on AArch64. - Fix the max_mem_rss measurement - Allow setting the amount of warmup values in Runner - Add hooks for calling arbitrary code around each benchmark - Use KiB and MiB as units instead of kB and MB. - Fix Spelling Error - Make hooks work in bench_command subprocesses - Fix deprecated method in bench_time_func example - Separate subprocess writing/parsing into their own functions - Fix "std dev" link - Implement --timeout when running benchmarks Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>