mirror of
https://github.com/Smaug123/AdventOfCode2022
synced 2025-10-11 20:48:39 +00:00
Benchmark suite (#16)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user