Skip to content

Commit af091ca

Browse files
committed
refactor: Benchmarks.Program
1 parent c54419f commit af091ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

benchmarks/GraphBLAS-sharp.Benchmarks/Program.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ let main argv =
1515
typeof<MxmBenchmarks4BoolWithTransposing>
1616
typeof<VectorEWiseBenchmarks4Int32SparseWithoutDataTransfer>
1717
typeof<VectorEWiseGeneralBenchmarks4Int32SparseWithoutDataTransfer>
18+
typeof<VectorEWiseBenchmarks4FloatSparseWithoutDataTransfer>
19+
typeof<VectorEWiseGeneralBenchmarks4FloatSparseWithoutDataTransfer>
1820
//typeof<BFSBenchmarks>
1921
//typeof<MxvBenchmarks>
2022
//typeof<TransposeBenchmarks>

0 commit comments

Comments
 (0)