14
0
forked from pool/python-pyperf

6 Commits

Author SHA256 Message Date
c7c5270822 Accepting request 1273206 from devel:languages:python
- 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/request/show/1273206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyperf?expand=0&rev=13
2025-04-29 14:40:32 +00:00
013dafdc73 - 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
2025-04-28 16:37:21 +00:00
ab8c30574c Accepting request 1242788 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1242788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyperf?expand=0&rev=12
2025-02-03 20:44:57 +00:00
8e13904797 - Update to 2.9.0
* Bugfix: Hooks now work correctly in subprocess benchmarks
    (bench.run_command).
  * Python 3.8 is now unsupported.
- Limit Python files matched in %files section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=23
2025-02-03 11:14:50 +00:00
b2f580df28 Accepting request 1208843 from devel:languages:python
- 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/request/show/1208843
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pyperf?expand=0&rev=11
2024-10-18 13:58:37 +00:00
4534de7482 - 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
2024-10-18 10:46:11 +00:00

Diff Content Not Available