diff --git a/README.md b/README.md index 20036e1..c3ded3c 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Import and Export from/to a file can be done with the `from_fmi_file` and `write The dijkstras algorithm is implenented in `gridgraph.rs`. It uses a Heap to store the nodes. +On details on how to run benchmarks see the benchmarks session at the end. ## Task 6