Add a howto section

This commit is contained in:
Rodolphe Bréard 2024-10-27 19:44:45 +01:00
parent db56ea6fe4
commit 5380bb7d55

View file

@ -49,3 +49,13 @@ gathering data on how it actually went in a real situation is another.
This project choses the later and therefore aims to implement several of those This project choses the later and therefore aims to implement several of those
algorithms in Rust and benchmark them. Let the battle begin. algorithms in Rust and benchmark them. Let the battle begin.
## How to use
1. Install [Rust][rust] and [gnuplot][gnuplot].
2. Run `cargo bench`.
3. Look at the results in `./target/criterion/report/`.
[rust]: https://www.rust-lang.org/
[gnuplot]: http://www.gnuplot.info/