Skip to content

Add possibility to disable intermediate shell #336

@sharkdp

Description

@sharkdp

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions