Skip to content

Commit fadb0b2

Browse files
committed
refactor: Vector.EWiseGeneral size in benchmarks
1 parent 93b46d1 commit fadb0b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarks/GraphBLAS-sharp.Benchmarks/VectorEWiseAddGen.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type VectorEWiseBenchmarks<'elem when 'elem : struct>(
4646
[<ParamsSource("AvaliableContexts")>]
4747
member val OclContextInfo = Unchecked.defaultof<Utils.BenchmarkContext * int> with get, set
4848

49-
[<Params(10000, 1000000, 100000000)>]
49+
[<Params(10000, 1000000, 1000000)>]
5050
member val Size = Unchecked.defaultof<int> with get, set
5151

5252
member this.OclContext: ClContext = (fst this.OclContextInfo).ClContext

0 commit comments

Comments
 (0)