It is possible to use stdin as input at benchmark which is needed for utils not supporting input as arg e.g. tee.
However, it depends on unix specific dup2 syscall inside of benchmark scope since the command is repeated and I think native support for stdin is needed to remove the noise.
It is possible to use stdin as input at benchmark which is needed for utils not supporting input as arg e.g. tee.
However, it depends on unix specific dup2 syscall inside of benchmark scope since the command is repeated and I think native support for stdin is needed to remove the noise.