Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
This:
Causes just to invoke itself as a subprocess, whereas |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey I wonder why is one slower than the other?
This is with this short
justfile
- the more recipes I have the slower it is.$ time just Available recipes: real 0m0.044s user 0m0.000s sys 0m0.000s
$ time just --list Available recipes: real 0m0.017s user 0m0.000s sys 0m0.000s
Beta Was this translation helpful? Give feedback.
All reactions