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
+13-15Lines changed: 13 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,26 +42,24 @@ result.GetPath();
42
42
43
43
## Benchmark
44
44
45
-
For Graph where number of vertices is 1 000 000 and number of edges is 10 000 000. Benchmark is available on the [benchmark](https://github.com/matiii/Dijkstra.NET/blob/benchmark/src/Dijkstra.NET/Dijkstra.NET.Benchmark/DijkstraBenchmark.cs) branch.
45
+
For Graph where number of nodes is 10 000 000 and connections between them 1 000 000. The length of path is minimum 10.
46
46
47
-
```ini
47
+
```ini
48
48
49
-
Host Process Environment Information:
50
-
BenchmarkDotNet.Core=v0.9.9.0
51
-
OS=Microsoft Windows NT 6.2.9200.0
52
-
Processor=Intel(R) Core(TM) i7-6820HQ CPU 2.70GHz, ProcessorCount=8
0 commit comments