This commit is contained in:
Smaug123
2023-12-14 23:18:38 +00:00
parent 9ec99c8ee9
commit 012bbdd46d
9 changed files with 93 additions and 2 deletions

View File

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