Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
8c3e777fcb | |||
160ae231a8 | |||
ce68cf9e64 | |||
8cf5735b41 | |||
cfb0b6ff4a | |||
24c7c69ca4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4201c6601032f374e9c900c6d2544a2f5891abedc1a96eec0e7b2338a6247589
|
||||
size 222458
|
3
pyperf-2.9.0.tar.gz
Normal file
3
pyperf-2.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbe0feef8ec1a465df191bba2576149762d15a8c9985c9fea93ab625d875c362
|
||||
size 227189
|
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 18 10:45:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 15:29:45 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pyperf
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyperf
|
||||
Version: 2.7.0
|
||||
Version: 2.9.0
|
||||
Release: 0
|
||||
Summary: Python module to run and analyze benchmarks
|
||||
License: MIT
|
||||
@@ -44,6 +44,7 @@ Python module to run and analyze benchmarks.
|
||||
|
||||
%prep
|
||||
%setup -q -n pyperf-%{version}
|
||||
sed -i '/\/usr\/bin\/env\ python3/d' pyperf/tests/mult_list_bench.py
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
@@ -66,6 +67,8 @@ Python module to run and analyze benchmarks.
|
||||
%doc README.rst
|
||||
%license COPYING
|
||||
%python_alternative %{_bindir}/pyperf
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/pyperf
|
||||
%{python_sitelib}/pyperf
|
||||
%{python_sitelib}/pyperf-%{version}.dist-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user