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-08
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.001771 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001648 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.002101 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001605 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001808 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001663 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001589 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001926 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001643 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001669 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-08 0.144s
|
||||
BenchmarkSolve-12 1000000000 0.001680 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001729 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001756 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001645 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001631 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001623 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001557 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001763 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001786 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001530 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-08 0.142s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/one
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.0004909 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-08/internal/one 0.009s
|
||||
BenchmarkSolve-12 1000000000 0.0004979 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-08/internal/one 0.008s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/two
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.001471 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.001500 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-08/internal/two 0.016s
|
||||
|
||||
Reference in New Issue
Block a user