Add a howto section
This commit is contained in:
parent
db56ea6fe4
commit
5380bb7d55
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -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
|
||||
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/
|
||||
|
|
Loading…
Reference in a new issue