Radek Vít 09429d08aa
Implement passthrough for benchmark (#2580)
* Implement passthrough for benchmark

Add a new option -p,--passthrough to benchmark.
With this option, the benchmark command prints its results to stdout and passes the block's output to the next command in the pipeline.

* Add execution block for benchmark -p

`benchmark --passthrough` now takes a block where the benchmark output is sent.
Example:
`benchmark -p {save bench.toml} {ls}`
2020-09-22 05:30:16 +12:00
..
2020-09-09 10:35:45 +12:00
2020-09-02 15:37:06 +12:00
2020-09-02 15:37:06 +12:00
2020-09-22 05:28:31 +12:00