Conversation
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.5.15 x -- echo |
20.4 ± 0.5 | 19.4 | 25.0 | 1.16 ± 0.04 |
mise x -- echo |
17.5 ± 0.4 | 16.4 | 19.0 | 1.00 |
✅ Performance improvement for x -- echo is 16% |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.5.15 env |
19.9 ± 0.4 | 19.0 | 22.2 | 1.19 ± 0.03 |
mise env |
16.8 ± 0.4 | 16.1 | 21.8 | 1.00 |
✅ Performance improvement for env is 19% |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.5.15 hook-env |
19.7 ± 0.5 | 18.7 | 26.4 | 1.19 ± 0.04 |
mise hook-env |
16.6 ± 0.3 | 16.0 | 17.9 | 1.00 |
✅ Performance improvement for hook-env is 19% |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.5.15 ls |
18.2 ± 0.3 | 17.2 | 19.1 | 1.20 ± 0.03 |
mise ls |
15.1 ± 0.2 | 14.5 | 16.3 | 1.00 |
✅ Performance improvement for ls is 20% |
xtasks/test/perf
| Command | mise-2025.5.15 | mise | Variance |
|---|---|---|---|
| install (uncached) | 864ms | -16% | |
| install (cached) | 223ms | ✅ 129ms | +72% |
| ls (uncached) | 728ms | 709ms | +2% |
| ls (cached) | 105ms | ✅ 88ms | +19% |
| bin-paths (uncached) | 728ms | -23% | |
| bin-paths (cached) | 89ms | ✅ 72ms | +23% |
| task-ls (uncached) | 3122ms | 3453ms | -9% |
| task-ls (cached) | 291ms | 266ms | +9% |
✅ Performance improvement: install cached is 72%
✅ Performance improvement: ls cached is 19%
✅ Performance improvement: bin-paths cached is 23%
f750357 to
5b5ff9d
Compare
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.
🐛 Bug Fixes
⚡ Performance
Chore