-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: document aqua/ubi better #3234
Conversation
Hyperfine Performance
|
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main x -- echo |
19.7 ± 0.8 | 18.0 | 27.5 | 1.02 ± 0.06 |
mise-2024.11.30 x -- echo |
19.4 ± 0.8 | 17.8 | 25.4 | 1.00 |
mise x -- echo |
19.7 ± 0.7 | 18.5 | 27.6 | 1.02 ± 0.05 |
mise env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main env |
16.1 ± 0.5 | 14.8 | 17.3 | 1.00 ± 0.04 |
mise-2024.11.30 env |
16.0 ± 0.5 | 14.8 | 17.3 | 1.00 |
mise env |
16.3 ± 0.5 | 14.9 | 18.5 | 1.02 ± 0.05 |
mise hook-env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main hook-env |
15.9 ± 0.8 | 14.3 | 24.5 | 1.03 ± 0.06 |
mise-2024.11.30 hook-env |
15.4 ± 0.6 | 14.2 | 18.9 | 1.00 |
mise hook-env |
15.8 ± 0.7 | 14.5 | 23.5 | 1.03 ± 0.06 |
mise ls
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main ls |
13.1 ± 0.5 | 12.3 | 16.9 | 1.04 ± 0.05 |
mise-2024.11.30 ls |
12.7 ± 0.4 | 11.9 | 17.7 | 1.00 |
mise ls |
13.5 ± 0.3 | 12.6 | 15.0 | 1.06 ± 0.04 |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
|
||
If all else fails, you can disable aqua entirely with [`MISE_DISABLE_BACKENDS=aqua`](/configuration/settings.html#disable_backends). | ||
|
||
Currently aqua plugins don't support setting environment variables or doing more than simply downloading |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jdx Rather than aqua plugins, do you perhaps mean "aqua tools" or "the aqua backend"?
In the first paragraph you mention that aqua doesn't require plugins:
aqua is the ideal backend to use for new tools since they don't require plugins
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes thank you
|
||
### Using `version_filter` instead of `version_prefix` | ||
|
||
This is a weird one that doesn't causes weird issues in mise. In general in mise we like versions like |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if this was meant to be "that causes" or "that doesn't cause", now it's a bit between the two :)
No description provided.