Skip to content
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

Merged
merged 1 commit into from
Nov 27, 2024
Merged

docs: document aqua/ubi better #3234

merged 1 commit into from
Nov 27, 2024

Conversation

jdx
Copy link
Owner

@jdx jdx commented Nov 27, 2024

No description provided.

@jdx jdx linked an issue Nov 27, 2024 that may be closed by this pull request
@jdx jdx changed the title docs: document aqua better docs: document aqua/ubi better Nov 27, 2024
@jdx jdx enabled auto-merge (squash) November 27, 2024 15:21
Copy link

Hyperfine Performance

mise x -- echo

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

@jdx jdx merged commit d10c7ca into main Nov 27, 2024
22 checks passed
@jdx jdx deleted the docs branch November 27, 2024 15:30
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-25.58%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (a530e44) 21867 15883 72.63%
Head commit (c380eb5) 42638 (+20771) 20061 (+4178) 47.05% (-25.58%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3234) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy 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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Registry backend precedence documentation
2 participants