Conversation
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.6.7 x -- echo |
33.9 ± 0.8 | 32.5 | 42.6 | 1.00 |
mise x -- echo |
34.4 ± 0.9 | 32.9 | 41.4 | 1.01 ± 0.04 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.6.7 env |
33.2 ± 0.6 | 32.1 | 36.6 | 1.00 |
mise env |
33.2 ± 0.7 | 31.9 | 37.1 | 1.00 ± 0.03 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.6.7 hook-env |
32.4 ± 0.5 | 31.3 | 35.5 | 1.00 |
mise hook-env |
32.6 ± 0.6 | 31.3 | 37.9 | 1.00 ± 0.02 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.6.7 ls |
55.6 ± 0.7 | 54.5 | 61.9 | 1.00 |
mise ls |
57.3 ± 1.0 | 55.5 | 66.0 | 1.03 ± 0.02 |
xtasks/test/perf
| Command | mise-2025.6.7 | mise | Variance |
|---|---|---|---|
| install (uncached) | 780ms | -29% | |
| install (cached) | 128ms | 128ms | +0% |
| ls (uncached) | 709ms | 713ms | +0% |
| ls (cached) | 80ms | 80ms | +0% |
| bin-paths (uncached) | 712ms | -29% | |
| bin-paths (cached) | 66ms | 65ms | +1% |
| task-ls (uncached) | 3227ms | -14% | |
| task-ls (cached) | 258ms | 263ms | -1% |
f7b1824 to
f467eee
Compare
andreabedini
pushed a commit
to andreabedini/mise
that referenced
this pull request
Jul 1, 2025
### 🚀 Features - **(java)** add support for tar.xz in Java core plugin to support RedHat JDKs by [@roele](https://github.com/roele) in [jdx#5354](jdx#5354) - **(registry)** add osv-scanner by [@scop](https://github.com/scop) in [jdx#5413](jdx#5413) - **(registry)** add scorecard by [@scop](https://github.com/scop) in [jdx#5410](jdx#5410) - **(registry)** add docker cli by [@acesyde](https://github.com/acesyde) in [jdx#5344](jdx#5344) - **(registry)** add claude code by [@lelouvincx](https://github.com/lelouvincx) in [jdx#5420](jdx#5420) - **(registry)** add aws `cfn-lint` by [@garysassano](https://github.com/garysassano) in [jdx#5434](jdx#5434) - added graphite by [@jdx](https://github.com/jdx) in [jdx#5429](jdx#5429) ### 🐛 Bug Fixes - **(erlang)** use precompiled binaries for linux ubuntu by [@paradox460](https://github.com/paradox460) in [jdx#5402](jdx#5402) - **(ubi)** checksum generation might fail if extract_all option is used by [@roele](https://github.com/roele) in [jdx#5394](jdx#5394) - `self-update` on MITM firewall by [@joehorsnell](https://github.com/joehorsnell) in [jdx#5387](jdx#5387) - lint warning by [@jdx](https://github.com/jdx) in [jdx#5425](jdx#5425) - only warn on toolset resolve errors by [@jdx](https://github.com/jdx) in [jdx#5435](jdx#5435) ### 🚜 Refactor - **(registry)** use pipx for semgrep by [@scop](https://github.com/scop) in [jdx#5423](jdx#5423) - **(registry)** add backends and tests by [@risu729](https://github.com/risu729) in [jdx#5388](jdx#5388) ### Ci - unpin hyperfine by [@risu729](https://github.com/risu729) in [jdx#5411](jdx#5411) ### New Contributors - @paradox460 made their first contribution in [jdx#5402](jdx#5402) - @lelouvincx made their first contribution in [jdx#5420](jdx#5420)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Features
cfn-lintby @garysassano in #5434🐛 Bug Fixes
self-updateon MITM firewall by @joehorsnell in #5387🚜 Refactor
Ci
New Contributors