timerit icon indicating copy to clipboard operation
timerit copied to clipboard

Time and benchmark blocks of Python code. A powerful multi-line in-code alternative to timeit.

Results 4 timerit issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.1. Release notes Sourced from actions/setup-python's releases. v4.7.1 What's Changed Bump word-wrap from 1.2.3 to 1.2.4 by @​dependabot in actions/setup-python#702 Add range validation for toml...

dependencies

Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 2 to 3. Release notes Sourced from docker/setup-qemu-action's releases. v3.0.0 Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @​crazy-max in docker/setup-qemu-action#102 Bump @​actions/core...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

It might be better to get timing information without the "with" statement. See: ```python """ Inspired by https://www.youtube.com/watch?v=XThL0LP3RjY """ def main(): import timerit import ubelt as ub expected = "58178059833426840615453390153965"...