Skip to content

Commit

Permalink
refactor: benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiipatov committed Dec 15, 2023
1 parent 2cd1535 commit cdacf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/GraphBLAS-sharp.Benchmarks/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ open BenchmarkDotNet.Running
[<EntryPoint>]
let main argv =
let benchmarks =
BenchmarkSwitcher [| typeof<Matrix.Kronecker.WithoutTransfer.Float32> |]
BenchmarkSwitcher [| typeof<Algorithms.BFS.BFSWithoutTransferBenchmarkInt32> |]

benchmarks.Run argv |> ignore
0

0 comments on commit cdacf37

Please sign in to comment.