We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39361c4 commit e548294Copy full SHA for e548294
1 file changed
benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms/BFS.fs
@@ -154,7 +154,7 @@ type BFSPushPullWithoutTransferBenchmarkInt32() =
154
type SSSPWithoutTransferBenchmarkInt32() =
155
156
inherit WithoutTransferBenchmark<int>(
157
- Algorithms.SSSP.singleSource,
+ Algorithms.SSSP.run,
158
int32,
159
(fun _ -> Utils.nextInt (System.Random())),
160
0,
0 commit comments