-
-
Notifications
You must be signed in to change notification settings - Fork 415
Closed
Labels
Milestone
Description
It would be great to have a way to disable the intermediate shell for very fast commands where we need a resolution that is better than 3 ms (typical standard deviation of the shell spawning time).
This new mode would obviously not be able to benchmark complex commands like seq 1000 | factor
, but we could use https://crates.io/crates/shellwords https://crates.io/crates/shell-words to be able to run commands like my_command --foo "some strong" --bar
.