Skip to content

Commit e548294

Browse files
committed
Benchmark rename
1 parent 39361c4 commit e548294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms

benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms/BFS.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ type BFSPushPullWithoutTransferBenchmarkInt32() =
154154
type SSSPWithoutTransferBenchmarkInt32() =
155155

156156
inherit WithoutTransferBenchmark<int>(
157-
Algorithms.SSSP.singleSource,
157+
Algorithms.SSSP.run,
158158
int32,
159159
(fun _ -> Utils.nextInt (System.Random())),
160160
0,

0 commit comments

Comments
 (0)