Skip to content

Commit

Permalink
Benchmark rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar committed Oct 24, 2023
1 parent 39361c4 commit e548294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/GraphBLAS-sharp.Benchmarks/Algorithms/BFS.fs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ type BFSPushPullWithoutTransferBenchmarkInt32() =
type SSSPWithoutTransferBenchmarkInt32() =

inherit WithoutTransferBenchmark<int>(
Algorithms.SSSP.singleSource,
Algorithms.SSSP.run,
int32,
(fun _ -> Utils.nextInt (System.Random())),
0,
Expand Down

0 comments on commit e548294

Please sign in to comment.