Microbench

Latest version: v0.9.1

Safety actively analyzes 724206 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.9.1

This release should fix installation of microbench from pypi with python 3.12.

What's Changed
* chore: Configure Renovate by renovate in https://github.com/alubbock/microbench/pull/11
* chore(deps): update actions/checkout action to v4 by renovate in https://github.com/alubbock/microbench/pull/12
* chore(deps): update actions/setup-python action to v5 by renovate in https://github.com/alubbock/microbench/pull/13
* chore: upgrade versioneer to support python 3.12 by alubbock in https://github.com/alubbock/microbench/pull/16

New Contributors
* renovate made their first contribution in https://github.com/alubbock/microbench/pull/11

**Full Changelog**: https://github.com/alubbock/microbench/compare/v0.9...v0.9.1

0.9

What's Changed


* feat: multiple iterations of functions by alubbock in https://github.com/alubbock/microbench/pull/7
the wrapped function can now be evaluated multiple times, with timings given in a new `run_durations` field.
* feat: customisable duration timer functions by alubbock in https://github.com/alubbock/microbench/pull/10
the new `run_durations` field uses `time.perf_counter` by default, but the function used is customisable.
* feat: use importlib instead of pkg_resources by alubbock in https://github.com/alubbock/microbench/pull/6
pkg_resources is deprecated, so use importlib instead.
* fix: calls to deprecated conda api by alubbock in https://github.com/alubbock/microbench/pull/5
* fix: line_profiler hook by alubbock in https://github.com/alubbock/microbench/pull/8
this was not storing timings properly.
* fix: update pandas.read_json syntax by alubbock in https://github.com/alubbock/microbench/pull/9
another deprecation fix.


For further details on how to use these new features, see the [README](https://github.com/alubbock/microbench).


**Full Changelog**: https://github.com/alubbock/microbench/compare/v0.8...v0.9

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.