diff --git a/day-06/benchmark b/day-06/benchmark index a111cc0..110189d 100644 --- a/day-06/benchmark +++ b/day-06/benchmark @@ -2,14 +2,14 @@ goos: linux goarch: amd64 pkg: github.com/onyx-and-iris/aoc2024/day-06 cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz -BenchmarkSolve-12 1 1815042506 ns/op -BenchmarkSolve-12 1 1670139306 ns/op -BenchmarkSolve-12 1 1708459605 ns/op -BenchmarkSolve-12 1 1687274507 ns/op -BenchmarkSolve-12 1 1722070212 ns/op -BenchmarkSolve-12 1 1728997012 ns/op -BenchmarkSolve-12 1 1738883012 ns/op -BenchmarkSolve-12 1 1686811712 ns/op -BenchmarkSolve-12 1 1701938016 ns/op -BenchmarkSolve-12 1 1701384522 ns/op -ok github.com/onyx-and-iris/aoc2024/day-06 17.190s +BenchmarkSolve-12 1 1787027305 ns/op +BenchmarkSolve-12 1 1669661404 ns/op +BenchmarkSolve-12 1 1702069604 ns/op +BenchmarkSolve-12 1 1702577205 ns/op +BenchmarkSolve-12 1 1708872905 ns/op +BenchmarkSolve-12 1 1825434105 ns/op +BenchmarkSolve-12 1 1667198605 ns/op +BenchmarkSolve-12 1 1650618104 ns/op +BenchmarkSolve-12 1 1726260907 ns/op +BenchmarkSolve-12 1 1667980407 ns/op +ok github.com/onyx-and-iris/aoc2024/day-06 17.133s diff --git a/day-06/internal/one/benchmark b/day-06/internal/one/benchmark index aa188ac..aafd12b 100644 --- a/day-06/internal/one/benchmark +++ b/day-06/internal/one/benchmark @@ -2,5 +2,5 @@ goos: linux goarch: amd64 pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/one cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz -BenchmarkSolve-12 1000000000 0.007368 ns/op +BenchmarkSolve-12 1000000000 0.006992 ns/op ok github.com/onyx-and-iris/aoc2024/day-06/internal/one 0.052s diff --git a/day-06/internal/two/benchmark b/day-06/internal/two/benchmark index 3c8ddec..4d439de 100644 --- a/day-06/internal/two/benchmark +++ b/day-06/internal/two/benchmark @@ -2,5 +2,5 @@ goos: linux goarch: amd64 pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/two cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz -BenchmarkSolve-12 1000000000 0.0000547 ns/op +BenchmarkSolve-12 1000000000 0.0000354 ns/op ok github.com/onyx-and-iris/aoc2024/day-06/internal/two 0.006s