Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 646 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 646 Bytes

tokiobench

The repository presents a set of custom benchmarks for tokio asynchronous runtime.

Build

To build, you will need the latest stable version of the rust and cargo compiler. Git clone repository:

git clone --recursive --depth 1

Then build it with cargo

cargo build

Run

The benchmarks are launched using next command:

cargo bench

Plots

For plots, you will need a python build system: uv. Then:

make plot

License.

The work was performed under an MIT license, the text of which can be found here.

Contribution

Feel free to suggest any changes and criticize the current implementation!