mirror of
https://github.com/nushell/nushell.git
synced 2025-05-20 06:33:21 +00:00
* first implement new plugin protocol core logic * fix debug body construct * fix output message from plugin * finish plugin commands calling * fix tests and adjust plugin_custom_value call * fmt code * fmt code, fix clippy * add FIXME comment * change from FIXME to TODO
nu-plugin
Benchmark
Here is a simple benchmark for different protocol for encoding/decoding nushell table, with different rows and columns. You can simply run cargo bench
to run benchmark.
The relative html report is in target/criterion/report/index.html
.