Big perf improvements (#11)

This commit is contained in:
Patrick Stevens
2022-12-09 10:55:02 +00:00
committed by GitHub
parent db84b8496b
commit 25fb305bea
4 changed files with 85 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ module TestDay6 =
]
|> List.map TestCaseData
[<TestCaseSource(nameof (testInput1))>]
[<TestCaseSource(nameof testInput1)>]
let ``Part 1, given`` (input : string, output : int) = Day6.part1 input |> shouldEqual output
[<Test>]