We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d26023 commit cf7cc1dCopy full SHA for cf7cc1d
1 file changed
tests/GraphBLAS-sharp.Tests/Matrix/SpGeMM/Expand.fs
@@ -23,7 +23,7 @@ let processor = Context.defaultContext.Queue
23
let config =
24
{ Utils.defaultConfig with
25
arbitrary = [ typeof<Generators.PairOfMatricesOfCompatibleSize> ]
26
- endSize = 500
+ endSize = 100
27
maxTest = 100 }
28
29
let createCSRMatrix array isZero =
0 commit comments