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-13
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001372 ns/op
BenchmarkSolve-12 1000000000 0.001271 ns/op
BenchmarkSolve-12 1000000000 0.001405 ns/op
BenchmarkSolve-12 1000000000 0.001325 ns/op
BenchmarkSolve-12 1000000000 0.001289 ns/op
BenchmarkSolve-12 1000000000 0.001294 ns/op
BenchmarkSolve-12 1000000000 0.001290 ns/op
BenchmarkSolve-12 1000000000 0.001334 ns/op
BenchmarkSolve-12 1000000000 0.001289 ns/op
BenchmarkSolve-12 1000000000 0.001349 ns/op
ok github.com/onyx-and-iris/aoc2024/day-13 0.112s
BenchmarkSolve-12 1000000000 0.001382 ns/op
BenchmarkSolve-12 1000000000 0.001314 ns/op
BenchmarkSolve-12 1000000000 0.001338 ns/op
BenchmarkSolve-12 1000000000 0.001455 ns/op
BenchmarkSolve-12 1000000000 0.001275 ns/op
BenchmarkSolve-12 1000000000 0.001389 ns/op
BenchmarkSolve-12 1000000000 0.001393 ns/op
BenchmarkSolve-12 1000000000 0.001388 ns/op
BenchmarkSolve-12 1000000000 0.001426 ns/op
BenchmarkSolve-12 1000000000 0.001277 ns/op
ok github.com/onyx-and-iris/aoc2024/day-13 0.115s

View File

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

View File

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