rerun benchmarks

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

View File

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

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