We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c71c2 commit c54419fCopy full SHA for c54419f
1 file changed
benchmarks/GraphBLAS-sharp.Benchmarks/VectorEWiseAddGen.fs
@@ -46,7 +46,7 @@ type VectorEWiseBenchmarks<'elem when 'elem : struct>(
46
[<ParamsSource("AvaliableContexts")>]
47
member val OclContextInfo = Unchecked.defaultof<Utils.BenchmarkContext * int> with get, set
48
49
- [<Params(1000, 100000, 100000000)>]
+ [<Params(100000, 10000000, 1000000000)>]
50
member val Size = Unchecked.defaultof<int> with get, set
51
52
member this.OclContext: ClContext = (fst this.OclContextInfo).ClContext
0 commit comments