mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2026-04-13 12:33:36 +00:00
re-run benchmarks
add root makefile
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user