Skip to content

Commit 07273d4

Browse files
committed
Adds comment about how to run the benchmarks to README.
1 parent acef9de commit 07273d4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ For this to work `another_input_graph` must have the same number of nodes as `in
102102
|USA|time|13 min|1086|
103103

104104
The shortest path calculation time was averaged over 100k random routing queries.
105-
105+
106+
There are also some benchmarks using smaller maps included in the test suite. You can run them like this:
107+
```shell
108+
export RUST_TEST_THREADS=1; cargo test --release -- --ignored --nocapture
109+
```
110+
106111
### Graph limitations
107112

108113
- loop-edges (from node A to node A) will be ignored, because since we are only considering positive non-zero edge-weights they cannot be part of a shortest path

0 commit comments

Comments
 (0)