nushell/crates
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
..
nu_plugin_binaryview Update rawkey for ARM support (#2547) 2020-09-15 11:20:32 +12:00
nu_plugin_fetch updated dependencies (#2517) 2020-09-09 10:35:45 +12:00
nu_plugin_from_bson Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu_plugin_from_sqlite Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu_plugin_inc Cleanup code in get and nu-value-ext (#2563) 2020-09-18 18:40:20 +12:00
nu_plugin_match Tidy up help command text (#2566) 2020-09-18 18:13:53 +12:00
nu_plugin_post updated dependencies (#2517) 2020-09-09 10:35:45 +12:00
nu_plugin_ps Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu_plugin_s3 updated dependencies (#2517) 2020-09-09 10:35:45 +12:00
nu_plugin_start Bump to 0.19.0 (#2483) 2020-09-02 15:37:06 +12:00
nu_plugin_sys Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu_plugin_textview updated dependencies (#2517) 2020-09-09 10:35:45 +12:00
nu_plugin_to_bson Bump to 0.19.0 (#2483) 2020-09-02 15:37:06 +12:00
nu_plugin_to_sqlite Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu_plugin_tree updated dependencies (#2517) 2020-09-09 10:35:45 +12:00
nu-cli Implement passthrough for benchmark (#2580) 2020-09-22 05:30:16 +12:00
nu-data Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu-errors Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu-parser Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu-plugin Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu-protocol Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
nu-source remove unused dependencies (#2520) 2020-09-09 13:57:51 -05:00
nu-table more table themes rounded and reinforced (#2579) 2020-09-19 12:10:34 -05:00
nu-test-support Core nu plugin load capability. (#2544) 2020-09-14 09:07:02 -05:00
nu-value-ext Cleanup code in get and nu-value-ext (#2563) 2020-09-18 18:40:20 +12:00