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
Dirk Mueller2025-04-28 16:37:21 +00:00
ab8c30574c
Accepting request 1242788 from devel:languages:python
Ana Guerrero2025-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
Markéta Machová2025-02-03 11:14:50 +00:00
b2f580df28
Accepting request 1208843 from devel:languages:python
Ana Guerrero2024-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
Dirk Mueller2024-10-18 10:46:11 +00:00
a9f8d47352
Accepting request 1183033 from devel:languages:python
Ana Guerrero2024-06-24 18:56:54 +00:00
af3003276c
- update to 2.7.0: * Fix logic in MSR availability test. * Disable tuning TurboBoost setting on non-Intel device. * Include CONFIG_ARGS in Metadata. * Support environment variables PYTHON_GIL / PYTHON_CPU_COUNT.
Dirk Mueller2024-06-24 15:30:03 +00:00
f9d82a5b13
Accepting request 1158428 from devel:languages:python
Ana Guerrero2024-03-17 21:14:46 +00:00
195592f721
- update to 2.6.3: * Support Free-threading CPython (PEP-703) by disabling psutil related features. * Fix mem_max_rss measurement on macOS.
Dirk Mueller2024-03-16 09:47:41 +00:00
0bff36fef4
- update to 2.6.2: * 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
Dirk Mueller2024-01-07 20:19:59 +00:00