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-06
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1 1787027305 ns/op
|
||||
BenchmarkSolve-12 1 1669661404 ns/op
|
||||
BenchmarkSolve-12 1 1702069604 ns/op
|
||||
BenchmarkSolve-12 1 1702577205 ns/op
|
||||
BenchmarkSolve-12 1 1708872905 ns/op
|
||||
BenchmarkSolve-12 1 1825434105 ns/op
|
||||
BenchmarkSolve-12 1 1667198605 ns/op
|
||||
BenchmarkSolve-12 1 1650618104 ns/op
|
||||
BenchmarkSolve-12 1 1726260907 ns/op
|
||||
BenchmarkSolve-12 1 1667980407 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-06 17.133s
|
||||
BenchmarkSolve-12 1 1938623306 ns/op
|
||||
BenchmarkSolve-12 1 1699617582 ns/op
|
||||
BenchmarkSolve-12 1 1798247781 ns/op
|
||||
BenchmarkSolve-12 1 1764834081 ns/op
|
||||
BenchmarkSolve-12 1 1683804882 ns/op
|
||||
BenchmarkSolve-12 1 1678726099 ns/op
|
||||
BenchmarkSolve-12 1 1746567303 ns/op
|
||||
BenchmarkSolve-12 1 1657025304 ns/op
|
||||
BenchmarkSolve-12 1 1682179303 ns/op
|
||||
BenchmarkSolve-12 1 1782072103 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-06 17.460s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/one
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.006992 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-06/internal/one 0.052s
|
||||
BenchmarkSolve-12 1000000000 0.01028 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-06/internal/one 0.057s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/two
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.0000354 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-06/internal/two 0.006s
|
||||
BenchmarkSolve-12 1000000000 0.0000674 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-06/internal/two 0.007s
|
||||
|
||||
Reference in New Issue
Block a user