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-03
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.001213 ns/op
BenchmarkMain-12 1000000000 0.001343 ns/op
BenchmarkMain-12 1000000000 0.001210 ns/op
BenchmarkMain-12 1000000000 0.001314 ns/op
BenchmarkMain-12 1000000000 0.001288 ns/op
BenchmarkMain-12 1000000000 0.001646 ns/op
BenchmarkMain-12 1000000000 0.001211 ns/op
BenchmarkMain-12 1000000000 0.001174 ns/op
BenchmarkMain-12 1000000000 0.001220 ns/op
BenchmarkMain-12 1000000000 0.001169 ns/op
ok github.com/onyx-and-iris/aoc2024/day-03 0.104s
BenchmarkSolve-12 1000000000 0.0008731 ns/op
BenchmarkSolve-12 1000000000 0.0009794 ns/op
BenchmarkSolve-12 1000000000 0.0008804 ns/op
BenchmarkSolve-12 1000000000 0.0008202 ns/op
BenchmarkSolve-12 1000000000 0.0008964 ns/op
BenchmarkSolve-12 1000000000 0.0008750 ns/op
BenchmarkSolve-12 1000000000 0.0008836 ns/op
BenchmarkSolve-12 1000000000 0.0009397 ns/op
BenchmarkSolve-12 1000000000 0.0008660 ns/op
BenchmarkSolve-12 1000000000 0.0009075 ns/op
ok github.com/onyx-and-iris/aoc2024/day-03 0.084s

View File

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

View File

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