We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af091ca commit 93b46d1Copy full SHA for 93b46d1
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(100000, 10000000, 1000000000)>]
+ [<Params(10000, 1000000, 100000000)>]
50
member val Size = Unchecked.defaultof<int> with get, set
51
52
member this.OclContext: ClContext = (fst this.OclContextInfo).ClContext
0 commit comments