re-run benchmarks

add root makefile
This commit is contained in:
2025-01-08 06:35:29 +00:00
parent a93e6a7a05
commit 68aaa634c9
71 changed files with 385 additions and 314 deletions

View File

@@ -2,14 +2,14 @@ goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-08
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001771 ns/op
BenchmarkSolve-12 1000000000 0.001648 ns/op
BenchmarkSolve-12 1000000000 0.002101 ns/op
BenchmarkSolve-12 1000000000 0.001605 ns/op
BenchmarkSolve-12 1000000000 0.001808 ns/op
BenchmarkSolve-12 1000000000 0.001663 ns/op
BenchmarkSolve-12 1000000000 0.001589 ns/op
BenchmarkSolve-12 1000000000 0.001926 ns/op
BenchmarkSolve-12 1000000000 0.001643 ns/op
BenchmarkSolve-12 1000000000 0.001669 ns/op
ok github.com/onyx-and-iris/aoc2024/day-08 0.144s
BenchmarkSolve-12 1000000000 0.001680 ns/op
BenchmarkSolve-12 1000000000 0.001729 ns/op
BenchmarkSolve-12 1000000000 0.001756 ns/op
BenchmarkSolve-12 1000000000 0.001645 ns/op
BenchmarkSolve-12 1000000000 0.001631 ns/op
BenchmarkSolve-12 1000000000 0.001623 ns/op
BenchmarkSolve-12 1000000000 0.001557 ns/op
BenchmarkSolve-12 1000000000 0.001763 ns/op
BenchmarkSolve-12 1000000000 0.001786 ns/op
BenchmarkSolve-12 1000000000 0.001530 ns/op
ok github.com/onyx-and-iris/aoc2024/day-08 0.142s

View File

@@ -2,5 +2,5 @@ goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0004909 ns/op
ok github.com/onyx-and-iris/aoc2024/day-08/internal/one 0.009s
BenchmarkSolve-12 1000000000 0.0004979 ns/op
ok github.com/onyx-and-iris/aoc2024/day-08/internal/one 0.008s

View File

@@ -2,5 +2,5 @@ goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001471 ns/op
BenchmarkSolve-12 1000000000 0.001500 ns/op
ok github.com/onyx-and-iris/aoc2024/day-08/internal/two 0.016s