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-02
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.001121 ns/op
BenchmarkMain-12 1000000000 0.0009054 ns/op
BenchmarkMain-12 1000000000 0.0009948 ns/op
BenchmarkMain-12 1000000000 0.0008774 ns/op
BenchmarkMain-12 1000000000 0.0009065 ns/op
BenchmarkMain-12 1000000000 0.0008702 ns/op
BenchmarkMain-12 1000000000 0.0008654 ns/op
BenchmarkMain-12 1000000000 0.0008806 ns/op
BenchmarkMain-12 1000000000 0.0009256 ns/op
BenchmarkMain-12 1000000000 0.0009088 ns/op
ok github.com/onyx-and-iris/aoc2024/day-02 0.085s
BenchmarkSolve-12 1000000000 0.0009264 ns/op
BenchmarkSolve-12 1000000000 0.0008785 ns/op
BenchmarkSolve-12 1000000000 0.0009170 ns/op
BenchmarkSolve-12 1000000000 0.0009721 ns/op
BenchmarkSolve-12 1000000000 0.0008991 ns/op
BenchmarkSolve-12 1000000000 0.0009518 ns/op
BenchmarkSolve-12 1000000000 0.0009118 ns/op
BenchmarkSolve-12 1000000000 0.0009975 ns/op
BenchmarkSolve-12 1000000000 0.0008687 ns/op
BenchmarkSolve-12 1000000000 0.0008922 ns/op
ok github.com/onyx-and-iris/aoc2024/day-02 0.088s

View File

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

View File

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