| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run pyupgrade --py39-plus in all files except _vendor (again) | Hernan Grecco | 2023-04-29 | 2 | -3/+3 |
| | | |||||
| * | Run pyupgrade --py39-plus in all files except _vendor | Hernan Grecco | 2023-04-29 | 2 | -3/+3 |
| | | |||||
| * | Run pre-commit run --all-files . Mostly removed empty lines | Hernan | 2023-04-24 | 3 | -3/+0 |
| | | |||||
| * | Move benchmarks to specific folder | Jules Chéron | 2022-08-06 | 9 | -2/+176 |
| | | | | | - Fix import time benchmark | ||||
| * | Merge branch 'master' into patch-1 | Daniel Ching | 2022-06-02 | 2 | -2/+58 |
| |\ | |||||
| | * | Added some benchmarks | Hernan | 2022-02-13 | 2 | -2/+54 |
| | | | |||||
| | * | Add parse_math_expression to benchmarks | Hernan | 2022-02-12 | 1 | -0/+4 |
| | | | |||||
| * | | NEW: Add mu to other registries in codebase | Daniel Ching | 2021-09-29 | 1 | -1/+1 |
| |/ | |||||
| * | Ignore some benchmark related files | Hernan | 2021-01-06 | 1 | -32/+0 |
| | | |||||
| * | import in benchmark should be ignored by linter | Hernan | 2020-10-09 | 1 | -1/+1 |
| | | |||||
| * | Implements a first benchmark suite. | Hernan | 2020-10-08 | 8 | -0/+336 |
| The benchmark is based on airspeed velocity (asv). Benchmarks are organized with double digits numbers to create a nice, sorted 00-09: Benchmarks that do not require a registry created during setup 10-19: Benchmarks calling functions directly from the registry 20-29: Benchmarks involving Units and Quantity objects (with scalar values) 30-39: Benchmarks involving Quantity objects (with array values) Briefly, you can run the the benchmark calling: $ asv run or if you want to compare certain commits/branches: $ asv run master..mybranch For convenience, we include a list of hashes of all pint versions: $ asv run HASHFILE:benchmarks/hashes.txt -- After running the benchmark, run: $ asv publish $ asv preview To get a nice readable output. More information on: https://asv.readthedocs.io/en/stable/ | |||||
