-
Hi, I'm wondering whether nargo commands (using CLI) parallelize work across multiple cores and if not done automatically, whether it's possible to turn on the feature. I tested "nargo execute" on different numbers of cores and even though the work seems equally distributed across all cores, the amount of time it takes to "nargo execute" stays the same across all settings. I find this really strange... |
Beta Was this translation helpful? Give feedback.
Answered by
Savio-Sou
Apr 3, 2025
Replies: 1 comment 2 replies
-
It depends on the specific commands, e.g. as of this moment:
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ihyunnam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It depends on the specific commands, e.g. as of this moment:
nargo compile
works in parallel across packagesnargo execute
works sequentiallynargo test
works in parallel across tests