Up to [cvs.NetBSD.org] / pkgsrc / devel / py-test-benchmark
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Nov 20 23:24:21 2022 UTC (10 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
py-test-benchmark: updated to 4.0.0 4.0.0 (2022-10-26) ------------------ * Dropped support for legacy Pythons (2.7, 3.6 or older). * Switched CI to GitHub Actions. * Removed dependency on the ``py`` library (that was not properly specified as a dependency anyway). * Fix skipping test in `test_utils.py` if appropriate VCS not available. Also fix typo. * Added support for pytest 7.2.0 by using ``pytest.hookimpl`` and ``pytest.hookspec`` to configure hooks. * Now no save is attempted if ``--benchmark-disable`` is used.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:19:07 2021 UTC (23 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:43:46 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Fri Oct 1 12:47:27 2021 UTC (2 years ago) by adam
Branch: MAIN
Changes since 1.1: +5 -5
lines
Diff to previous 1.1 (colored)
py-test-benchmark: updated to 3.4.1 3.4.1 (2021-04-17) ------------------ * Republished with updated changelog. I intended to publish a ``3.3.0`` release but I messed it up because bumpversion doesn't work well with pre-commit apparently... thus ``3.4.0`` was set in by accident. 3.4.0 (2021-04-17) ------------------ * Disable progress indication unless ``--benchmark-verbose`` is used. * Added Python 3.9, dropped Python 3.5. * Changed the "cpu" data in the json output to include everything that cpuinfo outputs, for better or worse as cpuinfo 6.0 changed some fields. Users should now ensure they are an adequate cpuinfo package installed. **MAY BE BACKWARDS INCOMPATIBLE** * Changed behavior of ``--benchmark-skip`` and ``--benchmark-only`` to apply early in the collection phase. This means skipped tests won't make pytest run fixtures for said tests unnecessarily, but unfortunately this also means the skipping behavior will be applied to any tests that requires a "benchmark" fixture, regardless if it would come from pytest-benchmark or not. **MAY BE BACKWARDS INCOMPATIBLE** * Added ``--benchmark-quiet`` - option to disable reporting and other information output. * Squelched unnecessary warning when ``--benchmark-disable`` and save options are used. * ``PerformanceRegression`` exception no longer inherits ``pytest.UsageError`` (apparently a *final* class).
Revision 1.1 / (download) - annotate - [select for diffs], Mon May 18 12:45:25 2020 UTC (3 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
devel/py-test-benchmark: import py-test-benchmark-3.2.3 A pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.