Why does it show that Dijkstra is faster than Barrier after I run the demo.py file? I also come in to test like the Quick Start section, randomly generated a map with 10,000 nodes and 40,000 edges, and the test results showed that Dijkstra is still faster. The test.py file contains my testing process, where did I go wrong?
test.py