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

15
day-24/benchmark Normal file
View File

@@ -0,0 +1,15 @@
goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-24
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.002181 ns/op
BenchmarkSolve-12 1000000000 0.001883 ns/op
BenchmarkSolve-12 1000000000 0.001966 ns/op
BenchmarkSolve-12 1000000000 0.001902 ns/op
BenchmarkSolve-12 1000000000 0.002016 ns/op
BenchmarkSolve-12 1000000000 0.001927 ns/op
BenchmarkSolve-12 1000000000 0.001868 ns/op
BenchmarkSolve-12 1000000000 0.001908 ns/op
BenchmarkSolve-12 1000000000 0.002009 ns/op
BenchmarkSolve-12 1000000000 0.001877 ns/op
ok github.com/onyx-and-iris/aoc2024/day-24 0.150s