You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be a good idea to add a few warning/info messages to help set user expectations when running PaSh. In particular to give some intuition to the user about why they didn't get any benefits through PaSh. Some categories that I can think of which are highly relevant are:
No part of the input script was parallelized. Do you have annotations for the commands in your scripts? Are you using many custom functions?
The script execution was very short (<5s) to see benefits with PaSh. Maybe try running a script that takes longer?
Some fragments of the input script were parallelized, but none of them took more than 1s of execution so PaSh hasn't managed to speed things up.
We could follow up all these messages with a suggestion to use -d 1 to see more about what was parallelized and what not and get some guidance into the issues.
The text was updated successfully, but these errors were encountered:
Hi! I’d like to take this on. Looking through the code, I think a good way to implement this would be as a method that’s called when the compilation server is done. I can send in a PR sometime in the next few days.
It might be a good idea to add a few warning/info messages to help set user expectations when running PaSh. In particular to give some intuition to the user about why they didn't get any benefits through PaSh. Some categories that I can think of which are highly relevant are:
We could follow up all these messages with a suggestion to use -d 1 to see more about what was parallelized and what not and get some guidance into the issues.
The text was updated successfully, but these errors were encountered: