-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
feat: standalone tasks #3240
feat: standalone tasks #3240
Conversation
Hyperfine Performance
|
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main x -- echo |
18.6 ± 0.5 | 17.5 | 21.7 | 1.00 |
mise-2024.11.31 x -- echo |
19.0 ± 0.8 | 17.7 | 26.3 | 1.02 ± 0.05 |
mise x -- echo |
19.1 ± 0.7 | 17.7 | 23.0 | 1.02 ± 0.04 |
mise env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main env |
15.1 ± 0.5 | 14.2 | 17.8 | 1.00 |
mise-2024.11.31 env |
15.3 ± 0.5 | 14.2 | 18.7 | 1.01 ± 0.05 |
mise env |
15.3 ± 0.6 | 14.0 | 18.7 | 1.01 ± 0.05 |
mise hook-env
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main hook-env |
15.1 ± 0.5 | 14.0 | 16.8 | 1.00 |
mise-2024.11.31 hook-env |
15.2 ± 0.5 | 14.1 | 16.6 | 1.01 ± 0.05 |
mise hook-env |
15.4 ± 0.7 | 14.1 | 19.0 | 1.02 ± 0.05 |
mise ls
Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
---|---|---|---|---|
mise-main ls |
12.6 ± 0.3 | 12.1 | 15.0 | 1.00 ± 0.03 |
mise-2024.11.31 ls |
12.6 ± 0.3 | 12.0 | 15.9 | 1.00 ± 0.03 |
mise ls |
12.6 ± 0.2 | 12.0 | 13.5 | 1.00 |
Allows running tasks with `mise run ./foo`
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 |
How |
it's run as a task so you get usage parsing |
Allows running tasks with
mise run ./foo
or fetching tasks via http