You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,12 @@ For this to work `another_input_graph` must have the same number of nodes as `in
102
102
|USA|time|13 min|1086|
103
103
104
104
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
+
106
111
### Graph limitations
107
112
108
113
- 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