Closed
Description
Describe the bug
The benchmarks (like BenchmarkShortestPath) execute 12 iterations with k = 0..11
, calculate an n = 2^k
, but then don't use either of them in the benchmark except for the title.
To Reproduce
Run the benchmarks and read source code.
Expected behavior
Either n
or k
should be used in the benchmark core (not sure what these could be for BenchmarkShortestPath
, for BenchmarkShortestPathOneToMany
it could be the number of target nodes).