NethermindEth / dotnet-libp2p

A libp2p implementation for .NET in C#.
MIT License
56 stars 21 forks source link

Add benchmarking via perf protocol #17

Open flcl42 opened 1 year ago

flcl42 commented 1 year ago

Libp2p community provides a great tool to test typical protocol stacks performance: https://github.com/libp2p/test-plans/tree/master/perf. Example of run: https://observablehq.com/@libp2p-workspace/performance-dashboard.

We have all protocols needed to participate in the benchmarks. Let's add dotnet-libp2p to the benchmarks and optimize our code to become the most performant ones 🥳