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-04
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.007163 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007083 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007305 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006918 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006992 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007054 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007061 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007061 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007928 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007870 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-04 0.470s
|
||||
BenchmarkSolve-12 1000000000 0.006587 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007100 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.007078 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006522 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006816 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006618 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006602 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006679 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006641 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006810 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-04 0.447s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-04/internal/one
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.001288 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-04/internal/one 0.013s
|
||||
BenchmarkSolve-12 1000000000 0.0008120 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-04/internal/one 0.010s
|
||||
|
||||
@@ -2,5 +2,5 @@ goos: linux
|
||||
goarch: amd64
|
||||
pkg: github.com/onyx-and-iris/aoc2024/day-04/internal/two
|
||||
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
||||
BenchmarkSolve-12 1000000000 0.005979 ns/op
|
||||
BenchmarkSolve-12 1000000000 0.006037 ns/op
|
||||
ok github.com/onyx-and-iris/aoc2024/day-04/internal/two 0.042s
|
||||
|
||||
Reference in New Issue
Block a user