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-15
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.1255 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1184 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1247 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1178 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1214 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1201 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1196 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1199 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1192 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1230 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-15 13.298s
|
||||
BenchmarkSolve-12 1000000000 0.1187 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1161 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1200 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1177 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1251 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1215 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1240 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1222 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1299 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.1198 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-15 12.906s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-15/internal/one
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.03920 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-15/internal/one 0.322s
|
||||
BenchmarkSolve-12 1000000000 0.03744 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-15/internal/one 0.315s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-15/internal/two
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.07903 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-15/internal/two 0.728s
|
||||
BenchmarkSolve-12 1000000000 0.07895 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-15/internal/two 0.733s
|
||||
|
||||
Reference in New Issue
Block a user