forked from pool/python-asv
931e5f7a55401999e3a7f0c7bf1a74e36643ee22aebb07d5c0d2a0de65709d1f
* ``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
Description
No description provided
Languages
RPM Spec
100%