* 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
- 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
* 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
* Now, pystats stats are collected during warmups.
* system: Fix detection of battery.
* Fix a possible attribute error in argument parsing.
* Inherit PYTHONPATH environment variable by default.
* Runner.bench_async_func() takes an optional loop_factory to
support custom loop construction.
- Update to version 2.5.0
- version update to 2.4.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=15
- version update to 2.3.1
Version 2.3.1 (2022-02-03)
--------------------------
* Add a ``Runner.bench_async_func()`` to benchmark an asyncio coroutine.
Patch by Inada Naoki.
* pyperf now recognizes graalpython as the JIT-based implementation.
Patch by Tim Felgentreff.
Version 2.3.0 (2021-09-28)
--------------------------
* pyperf ref:`compare_to command <compare_to_cmd>` now supports the
``--table-format`` option which can designate the table format
between reST and markdown.
Version 2.2.0 (2021-03-24)
--------------------------
* ``--track-memory`` option now supports macOS by using ``psutil``.
* Added ``--copy-env`` command line option that inherits all environment variables.
* The development branch ``master`` was renamed to ``main``.
See https://sfconservancy.org/news/2020/jun/23/gitbranchname/ for the
rationale.
Version 2.1.0 (2021-01-14)
--------------------------
* The :ref:`compare_to command <compare_to_cmd>` now computes the geometric
mean.
* The :ref:`compare_to command <compare_to_cmd>` no longer displays
percentages: display less numbers to make the output easier to read. Also,
percentage were almost the same values than the xxx faster or xxx slower
values, but rounded differenly which introduced confusion.
* Project moved to https://github.com/psf/pyperf/
* system command now only emits a warning rather than failing with a hard error
if it fails to get or set the frequency of a CPU.
OBS-URL: https://build.opensuse.org/request/show/967428
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=9
* python-retcode.patch
* python38.patch
- Update to 1.7.0:
* metadata: add ``python_compiler``
* Windows: inherit ``SystemDrive`` environment variable by default.
* Fix tests on ARM and PPC: cpu_model_name metadata is no longer required
on Linux.
* tests: Do not allow test suite to execute without unittest2 on Python2,
otherwise man failures occur due to missing 'assertRegex'.
* doc: Update old/dead links.
* Travis CI: drop Python 3.4 support.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyperf?expand=0&rev=3