14
0
forked from pool/python-pyperf

- update to 2.9.0:

* Feature: A new hook, perf_record, is available to turn Linux
    perf profiling on and off around the benchmark code. To use
    it, pass --hook perf_record. Patch by Matt Page.
  * Feature: pyperf will now warn if you are collecting too few
    or too many samples for stable results. Patch by Michael
    Droettboom

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=25
This commit is contained in:
2025-04-28 16:37:21 +00:00
committed by Git OBS Bridge
parent 8cf5735b41
commit 160ae231a8
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Apr 28 16:37:10 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.9.0:
* Feature: A new hook, perf_record, is available to turn Linux
perf profiling on and off around the benchmark code. To use
it, pass --hook perf_record. Patch by Matt Page.
* Feature: pyperf will now warn if you are collecting too few
or too many samples for stable results. Patch by Michael
Droettboom
-------------------------------------------------------------------
Mon Feb 3 09:45:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>