Benchmark Network

A tool to measure the throughput of a network between a server and a client.

The most strightforward way to use it:

  1. Open config.yaml file (on both server and client side) and put in your configuration.

  2. On the server side execute: cargo run -- --server

  3. On the client side execute: cargo run -- --client

Crate can be accessed on https://crates.io/crates/benchmarknetwork Github repo can be accessed on https://github.com/mj-nehme/benchmarknetwork_rust