forked from extern/nushell
aa92141ad7
* 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 |
||
---|---|---|
.. | ||
benches | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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
.