forked from extern/nushell
3ec53e544c
* remove capnp protocol for plugin... * remove relative doc
7 lines
268 B
Markdown
7 lines
268 B
Markdown
# 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`.
|