Skip to content

Commit cf7cc1d

Browse files
committed
refactor: expand endSize
1 parent 4d26023 commit cf7cc1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/GraphBLAS-sharp.Tests/Matrix/SpGeMM

tests/GraphBLAS-sharp.Tests/Matrix/SpGeMM/Expand.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let processor = Context.defaultContext.Queue
2323
let config =
2424
{ Utils.defaultConfig with
2525
arbitrary = [ typeof<Generators.PairOfMatricesOfCompatibleSize> ]
26-
endSize = 500
26+
endSize = 100
2727
maxTest = 100 }
2828

2929
let createCSRMatrix array isZero =

0 commit comments

Comments
 (0)