Benchmark suite (#16)

This commit is contained in:
Patrick Stevens
2022-12-11 12:16:07 +00:00
committed by GitHub
parent 4205ec4661
commit d323984a12
11 changed files with 324 additions and 120 deletions

View File

@@ -38,7 +38,6 @@ module TestDay1 =
let ``Part 1, given example`` () =
Day1.part1 (StringSplitEnumerator.make '\n' testInput) |> shouldEqual 24000
[<Test>]
let ``Part 2, given example`` () =
Day1.part2 (StringSplitEnumerator.make '\n' testInput) |> shouldEqual 45000