Skip to content

Commit c79b03d

Browse files
committedSep 10, 2023
Added link to perf suite
1 parent 0769d6d commit c79b03d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ the same set of problems. Table below shows required time to solve one problem.
2323
"A* greedy" converged the fastest, however, as name implies the found path is not necessary
2424
globally optimal.
2525

26+
[Source code for performance measurements](https://github.com/anvaka/ngraph.path.demo/blob/main/measurePerformance.js)
27+
2628
## Why is it fast?
2729

2830
There are a few things that contribute to the performance of this library.

0 commit comments

Comments
 (0)
Please sign in to comment.