diff --git a/pyperf-2.7.0.tar.gz b/pyperf-2.7.0.tar.gz deleted file mode 100644 index 37fdbf8..0000000 --- a/pyperf-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4201c6601032f374e9c900c6d2544a2f5891abedc1a96eec0e7b2338a6247589 -size 222458 diff --git a/pyperf-2.8.0.tar.gz b/pyperf-2.8.0.tar.gz new file mode 100644 index 0000000..ab64044 --- /dev/null +++ b/pyperf-2.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30a20465819daf102b6543b512f6799a5a879ff2a123981e6cd732d0e6a7a79 +size 225186 diff --git a/python-pyperf.changes b/python-pyperf.changes index d59cb68..d6648e8 100644 --- a/python-pyperf.changes +++ b/python-pyperf.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Oct 18 10:45:53 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-pyperf.spec b/python-pyperf.spec index ff0f3ba..adf2823 100644 --- a/python-pyperf.spec +++ b/python-pyperf.spec @@ -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