14
0
forked from pool/python-pyperf

- update to 2.8.0:

* 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=21
This commit is contained in:
2024-10-18 10:46:11 +00:00
committed by Git OBS Bridge
parent af3003276c
commit 24c7c69ca4
4 changed files with 20 additions and 4 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pyperf
Version: 2.7.0
Version: 2.8.0
Release: 0
Summary: Python module to run and analyze benchmarks
License: MIT