rerun benchmarks

This commit is contained in:
2024-12-06 23:19:11 +00:00
parent 02443ef244
commit 3ce4a4112e
3 changed files with 13 additions and 13 deletions

View File

@@ -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

View File

@@ -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