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-04
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.007163 ns/op
BenchmarkSolve-12 1000000000 0.007083 ns/op
BenchmarkSolve-12 1000000000 0.007305 ns/op
BenchmarkSolve-12 1000000000 0.006918 ns/op
BenchmarkSolve-12 1000000000 0.006992 ns/op
BenchmarkSolve-12 1000000000 0.007054 ns/op
BenchmarkSolve-12 1000000000 0.007061 ns/op
BenchmarkSolve-12 1000000000 0.007061 ns/op
BenchmarkSolve-12 1000000000 0.007928 ns/op
BenchmarkSolve-12 1000000000 0.007870 ns/op
ok github.com/onyx-and-iris/aoc2024/day-04 0.470s
BenchmarkSolve-12 1000000000 0.006587 ns/op
BenchmarkSolve-12 1000000000 0.007100 ns/op
BenchmarkSolve-12 1000000000 0.007078 ns/op
BenchmarkSolve-12 1000000000 0.006522 ns/op
BenchmarkSolve-12 1000000000 0.006816 ns/op
BenchmarkSolve-12 1000000000 0.006618 ns/op
BenchmarkSolve-12 1000000000 0.006602 ns/op
BenchmarkSolve-12 1000000000 0.006679 ns/op
BenchmarkSolve-12 1000000000 0.006641 ns/op
BenchmarkSolve-12 1000000000 0.006810 ns/op
ok github.com/onyx-and-iris/aoc2024/day-04 0.447s

View File

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

View File

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