threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

Profiling RMB performance #187

Open sameh-farouk opened 5 months ago

sameh-farouk commented 5 months ago

In a round-trip these steps happens for each way

Then there is the time the node (the handler service) takes for handling the command in the message and push a response.

We should gain a deeper understanding of the performance of the over-RMB communication and identify any bottlenecks or areas for improvement.

xmonader commented 5 months ago

The relay should be able to handle 10k requests/s from, And for the client it should be able to communicate with 10k nodes still in under 1min