Benchmark Network
A tool to measure the throughput of a network between a server and a client.
The most strightforward way to use it:
-
Open
config.yaml
file (on both server and client side) and put in your configuration. -
On the server side execute:
cargo run -- --server
-
On the client side execute:
cargo run -- --client
Crate can be accessed on https://crates.io/crates/benchmark_network Github repo can be accessed on https://github.com/mj-nehme/benchmark_network_rust