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-23
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.2466 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2520 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2490 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2484 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2484 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2639 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2497 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2424 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2506 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2472 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2478 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2456 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2567 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2474 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2499 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2499 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2493 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2515 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.2464 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-23 37.530s
|
||||
ok github.com/onyx-and-iris/aoc2024/day-23 37.653s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-23/internal/one
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.003422 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-23/internal/one 0.029s
|
||||
BenchmarkSolve-12 1000000000 0.003474 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-23/internal/one 0.027s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-23/internal/two
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.2431 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-23/internal/two 3.693s
|
||||
BenchmarkSolve-12 1000000000 0.2444 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-23/internal/two 3.711s
|
||||
|
||||
Reference in New Issue
Block a user