This commit is contained in:
Patrick Stevens
2022-12-14 19:36:38 +00:00
committed by GitHub
parent 068755efd3
commit 7b966eaa18
13 changed files with 426 additions and 30 deletions

View File

@@ -47,7 +47,7 @@ type Benchmark11To15 () =
[<GlobalSetup>]
member _.Setup () = Run.shouldWrite <- false
[<Params(11, 12, 13)>]
[<Params(11, 12, 13, 14)>]
member val Day = 0 with get, set
[<Params(false, true)>]