forked from pool/python-asv
- update to 0.6.0:
* ``asv_runner`` is now used internally, making the addition of
custom benchmark types viable (#1287)
* Benchmarks can be skipped, both wholly and in part using new
decorators ``skip_benchmark_if`` and ``skip_params_if``
* Benchmarks can be skipped during their execution (after
setup) by raising ``SkipNotImplemented`` (#1307)
* Added ``default_benchmark_timeout`` to the configuration
object, can also be
* passed via ``-a timeout=NUMBER`` (#1308)
* ``ASV_RUNNER_PATH`` can be set from the terminal to test
newer versions of ``asv_runner`` (#1312)
* Removed ``asv dev`` in favor of using ``asv run`` with the
right arguments (#1200)
* ``asv run`` and ``asv continuous`` don't implement the
``--strict`` option anymore, and they will always return
a non-zero (i.e. ``2``) exit status if any benchmark fail.
* Fixed ``install_timeout`` for ``conda`` (#1310)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asv?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 15:54:12 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.6.0:
|
||||
* ``asv_runner`` is now used internally, making the addition of
|
||||
custom benchmark types viable (#1287)
|
||||
* Benchmarks can be skipped, both wholly and in part using new
|
||||
decorators ``skip_benchmark_if`` and ``skip_params_if``
|
||||
* Benchmarks can be skipped during their execution (after
|
||||
setup) by raising ``SkipNotImplemented`` (#1307)
|
||||
* Added ``default_benchmark_timeout`` to the configuration
|
||||
object, can also be
|
||||
* passed via ``-a timeout=NUMBER`` (#1308)
|
||||
* ``ASV_RUNNER_PATH`` can be set from the terminal to test
|
||||
newer versions of ``asv_runner`` (#1312)
|
||||
* Removed ``asv dev`` in favor of using ``asv run`` with the
|
||||
right arguments (#1200)
|
||||
* ``asv run`` and ``asv continuous`` don't implement the
|
||||
``--strict`` option anymore, and they will always return
|
||||
a non-zero (i.e. ``2``) exit status if any benchmark fail.
|
||||
* Fixed ``install_timeout`` for ``conda`` (#1310)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 4 08:53:43 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user