re-run benchmarks

add root makefile
This commit is contained in:
onyx-and-iris 2025-01-08 06:35:29 +00:00
parent a93e6a7a05
commit 68aaa634c9
71 changed files with 385 additions and 314 deletions

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-01 pkg: github.com/onyx-and-iris/aoc2024/day-01
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.001576 ns/op BenchmarkSolve-12 1000000000 0.0007936 ns/op
BenchmarkMain-12 1000000000 0.001731 ns/op BenchmarkSolve-12 1000000000 0.0007772 ns/op
BenchmarkMain-12 1000000000 0.001616 ns/op BenchmarkSolve-12 1000000000 0.0007784 ns/op
BenchmarkMain-12 1000000000 0.001597 ns/op BenchmarkSolve-12 1000000000 0.0008174 ns/op
BenchmarkMain-12 1000000000 0.001559 ns/op BenchmarkSolve-12 1000000000 0.0008691 ns/op
BenchmarkMain-12 1000000000 0.001657 ns/op BenchmarkSolve-12 1000000000 0.0007931 ns/op
BenchmarkMain-12 1000000000 0.001542 ns/op BenchmarkSolve-12 1000000000 0.0007870 ns/op
BenchmarkMain-12 1000000000 0.001561 ns/op BenchmarkSolve-12 1000000000 0.0007921 ns/op
BenchmarkMain-12 1000000000 0.001574 ns/op BenchmarkSolve-12 1000000000 0.0007953 ns/op
BenchmarkMain-12 1000000000 0.001582 ns/op BenchmarkSolve-12 1000000000 0.0007633 ns/op
ok github.com/onyx-and-iris/aoc2024/day-01 0.126s ok github.com/onyx-and-iris/aoc2024/day-01 0.079s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-01/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-01/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.0006628 ns/op BenchmarkSolve-12 1000000000 0.0002849 ns/op
ok github.com/onyx-and-iris/aoc2024/day-01/internal/one 0.009s ok github.com/onyx-and-iris/aoc2024/day-01/internal/one 0.007s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-01/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-01/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.001179 ns/op BenchmarkSolve-12 1000000000 0.0005199 ns/op
ok github.com/onyx-and-iris/aoc2024/day-01/internal/two 0.011s ok github.com/onyx-and-iris/aoc2024/day-01/internal/two 0.009s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-02 pkg: github.com/onyx-and-iris/aoc2024/day-02
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.001121 ns/op BenchmarkSolve-12 1000000000 0.0009264 ns/op
BenchmarkMain-12 1000000000 0.0009054 ns/op BenchmarkSolve-12 1000000000 0.0008785 ns/op
BenchmarkMain-12 1000000000 0.0009948 ns/op BenchmarkSolve-12 1000000000 0.0009170 ns/op
BenchmarkMain-12 1000000000 0.0008774 ns/op BenchmarkSolve-12 1000000000 0.0009721 ns/op
BenchmarkMain-12 1000000000 0.0009065 ns/op BenchmarkSolve-12 1000000000 0.0008991 ns/op
BenchmarkMain-12 1000000000 0.0008702 ns/op BenchmarkSolve-12 1000000000 0.0009518 ns/op
BenchmarkMain-12 1000000000 0.0008654 ns/op BenchmarkSolve-12 1000000000 0.0009118 ns/op
BenchmarkMain-12 1000000000 0.0008806 ns/op BenchmarkSolve-12 1000000000 0.0009975 ns/op
BenchmarkMain-12 1000000000 0.0009256 ns/op BenchmarkSolve-12 1000000000 0.0008687 ns/op
BenchmarkMain-12 1000000000 0.0009088 ns/op BenchmarkSolve-12 1000000000 0.0008922 ns/op
ok github.com/onyx-and-iris/aoc2024/day-02 0.085s ok github.com/onyx-and-iris/aoc2024/day-02 0.088s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-02/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-02/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.0003352 ns/op BenchmarkSolve-12 1000000000 0.0003398 ns/op
ok github.com/onyx-and-iris/aoc2024/day-02/internal/one 0.009s ok github.com/onyx-and-iris/aoc2024/day-02/internal/one 0.010s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-02/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-02/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.0005847 ns/op BenchmarkSolve-12 1000000000 0.0007413 ns/op
ok github.com/onyx-and-iris/aoc2024/day-02/internal/two 0.011s ok github.com/onyx-and-iris/aoc2024/day-02/internal/two 0.011s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-03 pkg: github.com/onyx-and-iris/aoc2024/day-03
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.001213 ns/op BenchmarkSolve-12 1000000000 0.0008731 ns/op
BenchmarkMain-12 1000000000 0.001343 ns/op BenchmarkSolve-12 1000000000 0.0009794 ns/op
BenchmarkMain-12 1000000000 0.001210 ns/op BenchmarkSolve-12 1000000000 0.0008804 ns/op
BenchmarkMain-12 1000000000 0.001314 ns/op BenchmarkSolve-12 1000000000 0.0008202 ns/op
BenchmarkMain-12 1000000000 0.001288 ns/op BenchmarkSolve-12 1000000000 0.0008964 ns/op
BenchmarkMain-12 1000000000 0.001646 ns/op BenchmarkSolve-12 1000000000 0.0008750 ns/op
BenchmarkMain-12 1000000000 0.001211 ns/op BenchmarkSolve-12 1000000000 0.0008836 ns/op
BenchmarkMain-12 1000000000 0.001174 ns/op BenchmarkSolve-12 1000000000 0.0009397 ns/op
BenchmarkMain-12 1000000000 0.001220 ns/op BenchmarkSolve-12 1000000000 0.0008660 ns/op
BenchmarkMain-12 1000000000 0.001169 ns/op BenchmarkSolve-12 1000000000 0.0009075 ns/op
ok github.com/onyx-and-iris/aoc2024/day-03 0.104s ok github.com/onyx-and-iris/aoc2024/day-03 0.084s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-03/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-03/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.0006976 ns/op BenchmarkSolve-12 1000000000 0.0003246 ns/op
ok github.com/onyx-and-iris/aoc2024/day-03/internal/one 0.010s ok github.com/onyx-and-iris/aoc2024/day-03/internal/one 0.008s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-03/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-03/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkMain-12 1000000000 0.0006480 ns/op BenchmarkSolve-12 1000000000 0.0005802 ns/op
ok github.com/onyx-and-iris/aoc2024/day-03/internal/two 0.010s ok github.com/onyx-and-iris/aoc2024/day-03/internal/two 0.010s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-04 pkg: github.com/onyx-and-iris/aoc2024/day-04
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.007163 ns/op BenchmarkSolve-12 1000000000 0.006587 ns/op
BenchmarkSolve-12 1000000000 0.007083 ns/op BenchmarkSolve-12 1000000000 0.007100 ns/op
BenchmarkSolve-12 1000000000 0.007305 ns/op BenchmarkSolve-12 1000000000 0.007078 ns/op
BenchmarkSolve-12 1000000000 0.006918 ns/op BenchmarkSolve-12 1000000000 0.006522 ns/op
BenchmarkSolve-12 1000000000 0.006992 ns/op BenchmarkSolve-12 1000000000 0.006816 ns/op
BenchmarkSolve-12 1000000000 0.007054 ns/op BenchmarkSolve-12 1000000000 0.006618 ns/op
BenchmarkSolve-12 1000000000 0.007061 ns/op BenchmarkSolve-12 1000000000 0.006602 ns/op
BenchmarkSolve-12 1000000000 0.007061 ns/op BenchmarkSolve-12 1000000000 0.006679 ns/op
BenchmarkSolve-12 1000000000 0.007928 ns/op BenchmarkSolve-12 1000000000 0.006641 ns/op
BenchmarkSolve-12 1000000000 0.007870 ns/op BenchmarkSolve-12 1000000000 0.006810 ns/op
ok github.com/onyx-and-iris/aoc2024/day-04 0.470s ok github.com/onyx-and-iris/aoc2024/day-04 0.447s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-04/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-04/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001288 ns/op BenchmarkSolve-12 1000000000 0.0008120 ns/op
ok github.com/onyx-and-iris/aoc2024/day-04/internal/one 0.013s ok github.com/onyx-and-iris/aoc2024/day-04/internal/one 0.010s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-04/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-04/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz 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 ok github.com/onyx-and-iris/aoc2024/day-04/internal/two 0.042s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-05 pkg: github.com/onyx-and-iris/aoc2024/day-05
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0008615 ns/op BenchmarkSolve-12 1000000000 0.0008567 ns/op
BenchmarkSolve-12 1000000000 0.0008750 ns/op BenchmarkSolve-12 1000000000 0.0009254 ns/op
BenchmarkSolve-12 1000000000 0.0008650 ns/op BenchmarkSolve-12 1000000000 0.0008466 ns/op
BenchmarkSolve-12 1000000000 0.0009446 ns/op BenchmarkSolve-12 1000000000 0.0009264 ns/op
BenchmarkSolve-12 1000000000 0.0009151 ns/op BenchmarkSolve-12 1000000000 0.001003 ns/op
BenchmarkSolve-12 1000000000 0.0008940 ns/op BenchmarkSolve-12 1000000000 0.0008865 ns/op
BenchmarkSolve-12 1000000000 0.0008744 ns/op BenchmarkSolve-12 1000000000 0.0008920 ns/op
BenchmarkSolve-12 1000000000 0.0008429 ns/op BenchmarkSolve-12 1000000000 0.0008658 ns/op
BenchmarkSolve-12 1000000000 0.0008286 ns/op BenchmarkSolve-12 1000000000 0.0008974 ns/op
BenchmarkSolve-12 1000000000 0.0008589 ns/op BenchmarkSolve-12 1000000000 0.0008448 ns/op
ok github.com/onyx-and-iris/aoc2024/day-05 0.085s ok github.com/onyx-and-iris/aoc2024/day-05 0.087s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-05/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-05/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0004326 ns/op BenchmarkSolve-12 1000000000 0.0004717 ns/op
ok github.com/onyx-and-iris/aoc2024/day-05/internal/one 0.008s ok github.com/onyx-and-iris/aoc2024/day-05/internal/one 0.009s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-05/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-05/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0004492 ns/op BenchmarkSolve-12 1000000000 0.0006518 ns/op
ok github.com/onyx-and-iris/aoc2024/day-05/internal/two 0.008s ok github.com/onyx-and-iris/aoc2024/day-05/internal/two 0.013s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-06 pkg: github.com/onyx-and-iris/aoc2024/day-06
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1 1787027305 ns/op BenchmarkSolve-12 1 1938623306 ns/op
BenchmarkSolve-12 1 1669661404 ns/op BenchmarkSolve-12 1 1699617582 ns/op
BenchmarkSolve-12 1 1702069604 ns/op BenchmarkSolve-12 1 1798247781 ns/op
BenchmarkSolve-12 1 1702577205 ns/op BenchmarkSolve-12 1 1764834081 ns/op
BenchmarkSolve-12 1 1708872905 ns/op BenchmarkSolve-12 1 1683804882 ns/op
BenchmarkSolve-12 1 1825434105 ns/op BenchmarkSolve-12 1 1678726099 ns/op
BenchmarkSolve-12 1 1667198605 ns/op BenchmarkSolve-12 1 1746567303 ns/op
BenchmarkSolve-12 1 1650618104 ns/op BenchmarkSolve-12 1 1657025304 ns/op
BenchmarkSolve-12 1 1726260907 ns/op BenchmarkSolve-12 1 1682179303 ns/op
BenchmarkSolve-12 1 1667980407 ns/op BenchmarkSolve-12 1 1782072103 ns/op
ok github.com/onyx-and-iris/aoc2024/day-06 17.133s ok github.com/onyx-and-iris/aoc2024/day-06 17.460s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.006992 ns/op BenchmarkSolve-12 1000000000 0.01028 ns/op
ok github.com/onyx-and-iris/aoc2024/day-06/internal/one 0.052s ok github.com/onyx-and-iris/aoc2024/day-06/internal/one 0.057s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-06/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0000354 ns/op BenchmarkSolve-12 1000000000 0.0000674 ns/op
ok github.com/onyx-and-iris/aoc2024/day-06/internal/two 0.006s ok github.com/onyx-and-iris/aoc2024/day-06/internal/two 0.007s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-07 pkg: github.com/onyx-and-iris/aoc2024/day-07
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.1503 ns/op BenchmarkSolve-12 1000000000 0.1557 ns/op
BenchmarkSolve-12 1000000000 0.1498 ns/op BenchmarkSolve-12 1000000000 0.1552 ns/op
BenchmarkSolve-12 1000000000 0.1577 ns/op BenchmarkSolve-12 1000000000 0.1512 ns/op
BenchmarkSolve-12 1000000000 0.1621 ns/op BenchmarkSolve-12 1000000000 0.1569 ns/op
BenchmarkSolve-12 1000000000 0.1490 ns/op BenchmarkSolve-12 1000000000 0.1509 ns/op
BenchmarkSolve-12 1000000000 0.1437 ns/op BenchmarkSolve-12 1000000000 0.1502 ns/op
BenchmarkSolve-12 1000000000 0.1566 ns/op BenchmarkSolve-12 1000000000 0.1477 ns/op
BenchmarkSolve-12 1000000000 0.1508 ns/op BenchmarkSolve-12 1000000000 0.1549 ns/op
BenchmarkSolve-12 1000000000 0.1465 ns/op BenchmarkSolve-12 1000000000 0.1718 ns/op
BenchmarkSolve-12 1000000000 0.1468 ns/op BenchmarkSolve-12 1000000000 0.1532 ns/op
ok github.com/onyx-and-iris/aoc2024/day-07 18.051s ok github.com/onyx-and-iris/aoc2024/day-07 18.513s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-07/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-07/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001262 ns/op BenchmarkSolve-12 1000000000 0.001346 ns/op
ok github.com/onyx-and-iris/aoc2024/day-07/internal/one 0.017s ok github.com/onyx-and-iris/aoc2024/day-07/internal/one 0.017s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-07/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-07/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.1525 ns/op BenchmarkSolve-12 1000000000 0.1475 ns/op
ok github.com/onyx-and-iris/aoc2024/day-07/internal/two 1.642s ok github.com/onyx-and-iris/aoc2024/day-07/internal/two 1.640s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-08 pkg: github.com/onyx-and-iris/aoc2024/day-08
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001771 ns/op BenchmarkSolve-12 1000000000 0.001680 ns/op
BenchmarkSolve-12 1000000000 0.001648 ns/op BenchmarkSolve-12 1000000000 0.001729 ns/op
BenchmarkSolve-12 1000000000 0.002101 ns/op BenchmarkSolve-12 1000000000 0.001756 ns/op
BenchmarkSolve-12 1000000000 0.001605 ns/op BenchmarkSolve-12 1000000000 0.001645 ns/op
BenchmarkSolve-12 1000000000 0.001808 ns/op BenchmarkSolve-12 1000000000 0.001631 ns/op
BenchmarkSolve-12 1000000000 0.001663 ns/op BenchmarkSolve-12 1000000000 0.001623 ns/op
BenchmarkSolve-12 1000000000 0.001589 ns/op BenchmarkSolve-12 1000000000 0.001557 ns/op
BenchmarkSolve-12 1000000000 0.001926 ns/op BenchmarkSolve-12 1000000000 0.001763 ns/op
BenchmarkSolve-12 1000000000 0.001643 ns/op BenchmarkSolve-12 1000000000 0.001786 ns/op
BenchmarkSolve-12 1000000000 0.001669 ns/op BenchmarkSolve-12 1000000000 0.001530 ns/op
ok github.com/onyx-and-iris/aoc2024/day-08 0.144s ok github.com/onyx-and-iris/aoc2024/day-08 0.142s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0004909 ns/op BenchmarkSolve-12 1000000000 0.0004979 ns/op
ok github.com/onyx-and-iris/aoc2024/day-08/internal/one 0.009s ok github.com/onyx-and-iris/aoc2024/day-08/internal/one 0.008s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-08/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz 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 ok github.com/onyx-and-iris/aoc2024/day-08/internal/two 0.016s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-09 pkg: github.com/onyx-and-iris/aoc2024/day-09
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.3120 ns/op BenchmarkSolve-12 1000000000 0.3010 ns/op
BenchmarkSolve-12 1000000000 0.3049 ns/op BenchmarkSolve-12 1000000000 0.3064 ns/op
BenchmarkSolve-12 1000000000 0.3084 ns/op BenchmarkSolve-12 1000000000 0.3118 ns/op
BenchmarkSolve-12 1000000000 0.3049 ns/op BenchmarkSolve-12 1000000000 0.3096 ns/op
BenchmarkSolve-12 1000000000 0.3038 ns/op BenchmarkSolve-12 1000000000 0.3047 ns/op
BenchmarkSolve-12 1000000000 0.3087 ns/op BenchmarkSolve-12 1000000000 0.3075 ns/op
BenchmarkSolve-12 1000000000 0.3066 ns/op BenchmarkSolve-12 1000000000 0.3155 ns/op
BenchmarkSolve-12 1000000000 0.3046 ns/op BenchmarkSolve-12 1000000000 0.3058 ns/op
BenchmarkSolve-12 1000000000 0.3022 ns/op BenchmarkSolve-12 1000000000 0.3315 ns/op
BenchmarkSolve-12 1000000000 0.3051 ns/op BenchmarkSolve-12 1000000000 0.3103 ns/op
ok github.com/onyx-and-iris/aoc2024/day-09 52.978s ok github.com/onyx-and-iris/aoc2024/day-09 52.807s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-09/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-09/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.2909 ns/op BenchmarkSolve-12 1000000000 0.2908 ns/op
ok github.com/onyx-and-iris/aoc2024/day-09/internal/one 5.021s ok github.com/onyx-and-iris/aoc2024/day-09/internal/one 4.982s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-09/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-09/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.01642 ns/op BenchmarkSolve-12 1000000000 0.01646 ns/op
ok github.com/onyx-and-iris/aoc2024/day-09/internal/two 0.106s ok github.com/onyx-and-iris/aoc2024/day-09/internal/two 0.104s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-10 pkg: github.com/onyx-and-iris/aoc2024/day-10
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001775 ns/op BenchmarkSolve-12 1000000000 0.001713 ns/op
BenchmarkSolve-12 1000000000 0.001641 ns/op BenchmarkSolve-12 1000000000 0.001674 ns/op
BenchmarkSolve-12 1000000000 0.001804 ns/op BenchmarkSolve-12 1000000000 0.001646 ns/op
BenchmarkSolve-12 1000000000 0.001658 ns/op BenchmarkSolve-12 1000000000 0.001653 ns/op
BenchmarkSolve-12 1000000000 0.001679 ns/op BenchmarkSolve-12 1000000000 0.001734 ns/op
BenchmarkSolve-12 1000000000 0.001703 ns/op BenchmarkSolve-12 1000000000 0.001666 ns/op
BenchmarkSolve-12 1000000000 0.001641 ns/op BenchmarkSolve-12 1000000000 0.001889 ns/op
BenchmarkSolve-12 1000000000 0.001627 ns/op BenchmarkSolve-12 1000000000 0.001782 ns/op
BenchmarkSolve-12 1000000000 0.001654 ns/op BenchmarkSolve-12 1000000000 0.001644 ns/op
BenchmarkSolve-12 1000000000 0.001719 ns/op BenchmarkSolve-12 1000000000 0.001650 ns/op
ok github.com/onyx-and-iris/aoc2024/day-10 0.135s ok github.com/onyx-and-iris/aoc2024/day-10 0.140s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-10/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-10/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0008911 ns/op BenchmarkSolve-12 1000000000 0.0009187 ns/op
ok github.com/onyx-and-iris/aoc2024/day-10/internal/one 0.012s ok github.com/onyx-and-iris/aoc2024/day-10/internal/one 0.011s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-10/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-10/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0008468 ns/op BenchmarkSolve-12 1000000000 0.0008867 ns/op
ok github.com/onyx-and-iris/aoc2024/day-10/internal/two 0.011s ok github.com/onyx-and-iris/aoc2024/day-10/internal/two 0.011s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-11 pkg: github.com/onyx-and-iris/aoc2024/day-11
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.05353 ns/op BenchmarkSolve-12 1000000000 0.05519 ns/op
BenchmarkSolve-12 1000000000 0.05134 ns/op BenchmarkSolve-12 1000000000 0.05247 ns/op
BenchmarkSolve-12 1000000000 0.04984 ns/op BenchmarkSolve-12 1000000000 0.05309 ns/op
BenchmarkSolve-12 1000000000 0.05239 ns/op BenchmarkSolve-12 1000000000 0.05128 ns/op
BenchmarkSolve-12 1000000000 0.04956 ns/op BenchmarkSolve-12 1000000000 0.05278 ns/op
BenchmarkSolve-12 1000000000 0.04873 ns/op BenchmarkSolve-12 1000000000 0.05301 ns/op
BenchmarkSolve-12 1000000000 0.04943 ns/op BenchmarkSolve-12 1000000000 0.04993 ns/op
BenchmarkSolve-12 1000000000 0.05024 ns/op BenchmarkSolve-12 1000000000 0.05083 ns/op
BenchmarkSolve-12 1000000000 0.05187 ns/op BenchmarkSolve-12 1000000000 0.05090 ns/op
BenchmarkSolve-12 1000000000 0.04968 ns/op BenchmarkSolve-12 1000000000 0.05220 ns/op
ok github.com/onyx-and-iris/aoc2024/day-11 4.083s ok github.com/onyx-and-iris/aoc2024/day-11 4.171s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-11/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-11/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.03459 ns/op BenchmarkSolve-12 1000000000 0.03381 ns/op
ok github.com/onyx-and-iris/aoc2024/day-11/internal/one 0.244s ok github.com/onyx-and-iris/aoc2024/day-11/internal/one 0.240s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-11/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-11/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.01475 ns/op BenchmarkSolve-12 1000000000 0.01506 ns/op
ok github.com/onyx-and-iris/aoc2024/day-11/internal/two 0.102s ok github.com/onyx-and-iris/aoc2024/day-11/internal/two 0.100s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-12 pkg: github.com/onyx-and-iris/aoc2024/day-12
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.06633 ns/op BenchmarkSolve-12 1000000000 0.06991 ns/op
BenchmarkSolve-12 1000000000 0.06764 ns/op BenchmarkSolve-12 1000000000 0.06798 ns/op
BenchmarkSolve-12 1000000000 0.06829 ns/op BenchmarkSolve-12 1000000000 0.06769 ns/op
BenchmarkSolve-12 1000000000 0.06724 ns/op BenchmarkSolve-12 1000000000 0.06809 ns/op
BenchmarkSolve-12 1000000000 0.06793 ns/op BenchmarkSolve-12 1000000000 0.06864 ns/op
BenchmarkSolve-12 1000000000 0.06676 ns/op BenchmarkSolve-12 1000000000 0.06743 ns/op
BenchmarkSolve-12 1000000000 0.06812 ns/op BenchmarkSolve-12 1000000000 0.06733 ns/op
BenchmarkSolve-12 1000000000 0.06883 ns/op BenchmarkSolve-12 1000000000 0.07522 ns/op
BenchmarkSolve-12 1000000000 0.06690 ns/op BenchmarkSolve-12 1000000000 0.06778 ns/op
BenchmarkSolve-12 1000000000 0.06747 ns/op BenchmarkSolve-12 1000000000 0.06798 ns/op
ok github.com/onyx-and-iris/aoc2024/day-12 6.115s ok github.com/onyx-and-iris/aoc2024/day-12 6.225s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-12/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-12/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.03239 ns/op BenchmarkSolve-12 1000000000 0.03285 ns/op
ok github.com/onyx-and-iris/aoc2024/day-12/internal/one 0.236s ok github.com/onyx-and-iris/aoc2024/day-12/internal/one 0.245s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-12/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-12/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.03596 ns/op BenchmarkSolve-12 1000000000 0.03571 ns/op
ok github.com/onyx-and-iris/aoc2024/day-12/internal/two 0.251s ok github.com/onyx-and-iris/aoc2024/day-12/internal/two 0.258s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-13 pkg: github.com/onyx-and-iris/aoc2024/day-13
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001372 ns/op BenchmarkSolve-12 1000000000 0.001382 ns/op
BenchmarkSolve-12 1000000000 0.001271 ns/op BenchmarkSolve-12 1000000000 0.001314 ns/op
BenchmarkSolve-12 1000000000 0.001405 ns/op BenchmarkSolve-12 1000000000 0.001338 ns/op
BenchmarkSolve-12 1000000000 0.001325 ns/op BenchmarkSolve-12 1000000000 0.001455 ns/op
BenchmarkSolve-12 1000000000 0.001289 ns/op BenchmarkSolve-12 1000000000 0.001275 ns/op
BenchmarkSolve-12 1000000000 0.001294 ns/op BenchmarkSolve-12 1000000000 0.001389 ns/op
BenchmarkSolve-12 1000000000 0.001290 ns/op BenchmarkSolve-12 1000000000 0.001393 ns/op
BenchmarkSolve-12 1000000000 0.001334 ns/op BenchmarkSolve-12 1000000000 0.001388 ns/op
BenchmarkSolve-12 1000000000 0.001289 ns/op BenchmarkSolve-12 1000000000 0.001426 ns/op
BenchmarkSolve-12 1000000000 0.001349 ns/op BenchmarkSolve-12 1000000000 0.001277 ns/op
ok github.com/onyx-and-iris/aoc2024/day-13 0.112s ok github.com/onyx-and-iris/aoc2024/day-13 0.115s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-13/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-13/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0006521 ns/op BenchmarkSolve-12 1000000000 0.0006737 ns/op
ok github.com/onyx-and-iris/aoc2024/day-13/internal/one 0.010s ok github.com/onyx-and-iris/aoc2024/day-13/internal/one 0.010s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-13/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-13/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0006422 ns/op BenchmarkSolve-12 1000000000 0.0006542 ns/op
ok github.com/onyx-and-iris/aoc2024/day-13/internal/two 0.010s ok github.com/onyx-and-iris/aoc2024/day-13/internal/two 0.010s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-14 pkg: github.com/onyx-and-iris/aoc2024/day-14
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.4641 ns/op BenchmarkSolve-12 1000000000 0.3941 ns/op
BenchmarkSolve-12 1000000000 0.5193 ns/op BenchmarkSolve-12 1000000000 0.4000 ns/op
BenchmarkSolve-12 1000000000 0.5324 ns/op BenchmarkSolve-12 1000000000 0.4050 ns/op
BenchmarkSolve-12 1000000000 0.4540 ns/op BenchmarkSolve-12 1000000000 0.3964 ns/op
BenchmarkSolve-12 1000000000 0.4623 ns/op BenchmarkSolve-12 1000000000 0.3973 ns/op
BenchmarkSolve-12 1000000000 0.4455 ns/op BenchmarkSolve-12 1000000000 0.3907 ns/op
BenchmarkSolve-12 1000000000 0.4577 ns/op BenchmarkSolve-12 1000000000 0.4395 ns/op
BenchmarkSolve-12 1000000000 0.4646 ns/op BenchmarkSolve-12 1000000000 0.4052 ns/op
BenchmarkSolve-12 1000000000 0.4496 ns/op BenchmarkSolve-12 1000000000 0.4034 ns/op
BenchmarkSolve-12 1000000000 0.4566 ns/op BenchmarkSolve-12 1000000000 0.4077 ns/op
ok github.com/onyx-and-iris/aoc2024/day-14 114.332s ok github.com/onyx-and-iris/aoc2024/day-14 84.856s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-14/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-14/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0007711 ns/op BenchmarkSolve-12 1000000000 0.0009168 ns/op
ok github.com/onyx-and-iris/aoc2024/day-14/internal/one 0.011s ok github.com/onyx-and-iris/aoc2024/day-14/internal/one 0.011s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-14/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-14/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.4504 ns/op BenchmarkSolve-12 1000000000 0.3987 ns/op
ok github.com/onyx-and-iris/aoc2024/day-14/internal/two 11.186s ok github.com/onyx-and-iris/aoc2024/day-14/internal/two 8.283s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-15 pkg: github.com/onyx-and-iris/aoc2024/day-15
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.1255 ns/op BenchmarkSolve-12 1000000000 0.1187 ns/op
BenchmarkSolve-12 1000000000 0.1184 ns/op BenchmarkSolve-12 1000000000 0.1161 ns/op
BenchmarkSolve-12 1000000000 0.1247 ns/op BenchmarkSolve-12 1000000000 0.1200 ns/op
BenchmarkSolve-12 1000000000 0.1178 ns/op BenchmarkSolve-12 1000000000 0.1177 ns/op
BenchmarkSolve-12 1000000000 0.1214 ns/op BenchmarkSolve-12 1000000000 0.1251 ns/op
BenchmarkSolve-12 1000000000 0.1201 ns/op BenchmarkSolve-12 1000000000 0.1215 ns/op
BenchmarkSolve-12 1000000000 0.1196 ns/op BenchmarkSolve-12 1000000000 0.1240 ns/op
BenchmarkSolve-12 1000000000 0.1199 ns/op BenchmarkSolve-12 1000000000 0.1222 ns/op
BenchmarkSolve-12 1000000000 0.1192 ns/op BenchmarkSolve-12 1000000000 0.1299 ns/op
BenchmarkSolve-12 1000000000 0.1230 ns/op BenchmarkSolve-12 1000000000 0.1198 ns/op
ok github.com/onyx-and-iris/aoc2024/day-15 13.298s ok github.com/onyx-and-iris/aoc2024/day-15 12.906s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-15/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-15/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.03920 ns/op BenchmarkSolve-12 1000000000 0.03744 ns/op
ok github.com/onyx-and-iris/aoc2024/day-15/internal/one 0.322s ok github.com/onyx-and-iris/aoc2024/day-15/internal/one 0.315s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-15/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-15/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.07903 ns/op BenchmarkSolve-12 1000000000 0.07895 ns/op
ok github.com/onyx-and-iris/aoc2024/day-15/internal/two 0.728s ok github.com/onyx-and-iris/aoc2024/day-15/internal/two 0.733s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-16 pkg: github.com/onyx-and-iris/aoc2024/day-16
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.4444 ns/op BenchmarkSolve-12 1000000000 0.4573 ns/op
BenchmarkSolve-12 1000000000 0.4477 ns/op BenchmarkSolve-12 1000000000 0.4646 ns/op
BenchmarkSolve-12 1000000000 0.4652 ns/op BenchmarkSolve-12 1000000000 0.4609 ns/op
BenchmarkSolve-12 1000000000 0.4661 ns/op BenchmarkSolve-12 1000000000 0.4557 ns/op
BenchmarkSolve-12 1000000000 0.4580 ns/op BenchmarkSolve-12 1000000000 0.4679 ns/op
BenchmarkSolve-12 1000000000 0.4727 ns/op BenchmarkSolve-12 1000000000 0.4567 ns/op
BenchmarkSolve-12 1000000000 0.4466 ns/op BenchmarkSolve-12 1000000000 0.4642 ns/op
BenchmarkSolve-12 1000000000 0.4522 ns/op BenchmarkSolve-12 1000000000 0.4637 ns/op
BenchmarkSolve-12 1000000000 0.4610 ns/op BenchmarkSolve-12 1000000000 0.4571 ns/op
BenchmarkSolve-12 1000000000 0.4622 ns/op BenchmarkSolve-12 1000000000 0.4649 ns/op
ok github.com/onyx-and-iris/aoc2024/day-16 110.890s ok github.com/onyx-and-iris/aoc2024/day-16 111.484s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-16/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-16/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.01081 ns/op BenchmarkSolve-12 1000000000 0.01120 ns/op
ok github.com/onyx-and-iris/aoc2024/day-16/internal/one 0.078s ok github.com/onyx-and-iris/aoc2024/day-16/internal/one 0.079s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-16/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-16/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.4555 ns/op BenchmarkSolve-12 1000000000 0.0000573 ns/op
ok github.com/onyx-and-iris/aoc2024/day-16/internal/two 10.170s ok github.com/onyx-and-iris/aoc2024/day-16/internal/two 0.006s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-17 pkg: github.com/onyx-and-iris/aoc2024/day-17
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.002182 ns/op BenchmarkSolve-12 1000000000 0.001741 ns/op
BenchmarkSolve-12 1000000000 0.001786 ns/op BenchmarkSolve-12 1000000000 0.001769 ns/op
BenchmarkSolve-12 1000000000 0.001724 ns/op BenchmarkSolve-12 1000000000 0.001744 ns/op
BenchmarkSolve-12 1000000000 0.001759 ns/op BenchmarkSolve-12 1000000000 0.001782 ns/op
BenchmarkSolve-12 1000000000 0.002150 ns/op
BenchmarkSolve-12 1000000000 0.001757 ns/op
BenchmarkSolve-12 1000000000 0.001747 ns/op
BenchmarkSolve-12 1000000000 0.001807 ns/op
BenchmarkSolve-12 1000000000 0.001720 ns/op BenchmarkSolve-12 1000000000 0.001720 ns/op
BenchmarkSolve-12 1000000000 0.001692 ns/op BenchmarkSolve-12 1000000000 0.001718 ns/op
BenchmarkSolve-12 1000000000 0.001731 ns/op
BenchmarkSolve-12 1000000000 0.001698 ns/op
BenchmarkSolve-12 1000000000 0.001733 ns/op
BenchmarkSolve-12 1000000000 0.001841 ns/op
ok github.com/onyx-and-iris/aoc2024/day-17 0.139s ok github.com/onyx-and-iris/aoc2024/day-17 0.139s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-17/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-17/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0000459 ns/op BenchmarkSolve-12 1000000000 0.0000285 ns/op
ok github.com/onyx-and-iris/aoc2024/day-17/internal/one 0.006s ok github.com/onyx-and-iris/aoc2024/day-17/internal/one 0.006s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-17/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-17/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001878 ns/op BenchmarkSolve-12 1000000000 0.002689 ns/op
ok github.com/onyx-and-iris/aoc2024/day-17/internal/two 0.017s ok github.com/onyx-and-iris/aoc2024/day-17/internal/two 0.017s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-18 pkg: github.com/onyx-and-iris/aoc2024/day-18
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1 1410266797 ns/op BenchmarkSolve-12 1 1406576292 ns/op
BenchmarkSolve-12 1 1422531597 ns/op BenchmarkSolve-12 1 1398022593 ns/op
BenchmarkSolve-12 1 1422451797 ns/op BenchmarkSolve-12 1 1413291995 ns/op
BenchmarkSolve-12 1 1404297097 ns/op BenchmarkSolve-12 1 1429709395 ns/op
BenchmarkSolve-12 1 1391816300 ns/op BenchmarkSolve-12 1 1433240795 ns/op
BenchmarkSolve-12 1 1416344400 ns/op BenchmarkSolve-12 1 1397424095 ns/op
BenchmarkSolve-12 1 1399980801 ns/op BenchmarkSolve-12 1 1433572595 ns/op
BenchmarkSolve-12 1 1391180300 ns/op BenchmarkSolve-12 1 1394796387 ns/op
BenchmarkSolve-12 1 1390386701 ns/op BenchmarkSolve-12 1 1413377585 ns/op
BenchmarkSolve-12 1 1399453200 ns/op BenchmarkSolve-12 1 1402384484 ns/op
ok github.com/onyx-and-iris/aoc2024/day-18 14.058s ok github.com/onyx-and-iris/aoc2024/day-18 14.134s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-18/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-18/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.003678 ns/op BenchmarkSolve-12 1000000000 0.003686 ns/op
ok github.com/onyx-and-iris/aoc2024/day-18/internal/one 0.030s ok github.com/onyx-and-iris/aoc2024/day-18/internal/one 0.031s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-18/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-18/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1 1414311557 ns/op BenchmarkSolve-12 1 1430315792 ns/op
ok github.com/onyx-and-iris/aoc2024/day-18/internal/two 1.418s ok github.com/onyx-and-iris/aoc2024/day-18/internal/two 1.434s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-19 pkg: github.com/onyx-and-iris/aoc2024/day-19
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.09381 ns/op BenchmarkSolve-12 1000000000 0.1045 ns/op
BenchmarkSolve-12 1000000000 0.1010 ns/op BenchmarkSolve-12 1000000000 0.1010 ns/op
BenchmarkSolve-12 1000000000 0.1131 ns/op BenchmarkSolve-12 1000000000 0.09120 ns/op
BenchmarkSolve-12 1000000000 0.09298 ns/op BenchmarkSolve-12 1000000000 0.1012 ns/op
BenchmarkSolve-12 1000000000 0.09649 ns/op BenchmarkSolve-12 1000000000 0.09372 ns/op
BenchmarkSolve-12 1000000000 0.09659 ns/op BenchmarkSolve-12 1000000000 0.09943 ns/op
BenchmarkSolve-12 1000000000 0.1022 ns/op BenchmarkSolve-12 1000000000 0.09617 ns/op
BenchmarkSolve-12 1000000000 0.09501 ns/op BenchmarkSolve-12 1000000000 0.1108 ns/op
BenchmarkSolve-12 1000000000 0.09695 ns/op BenchmarkSolve-12 1000000000 0.09039 ns/op
BenchmarkSolve-12 1000000000 0.1007 ns/op BenchmarkSolve-12 1000000000 0.09074 ns/op
ok github.com/onyx-and-iris/aoc2024/day-19 9.903s ok github.com/onyx-and-iris/aoc2024/day-19 9.894s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-19/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-19/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.08205 ns/op BenchmarkSolve-12 1000000000 0.08728 ns/op
ok github.com/onyx-and-iris/aoc2024/day-19/internal/one 0.765s ok github.com/onyx-and-iris/aoc2024/day-19/internal/one 0.776s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-19/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-19/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.01208 ns/op BenchmarkSolve-12 1000000000 0.01666 ns/op
ok github.com/onyx-and-iris/aoc2024/day-19/internal/two 0.091s ok github.com/onyx-and-iris/aoc2024/day-19/internal/two 0.095s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-21 pkg: github.com/onyx-and-iris/aoc2024/day-21
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0008915 ns/op BenchmarkSolve-12 1000000000 0.0006352 ns/op
BenchmarkSolve-12 1000000000 0.0007801 ns/op BenchmarkSolve-12 1000000000 0.0006133 ns/op
BenchmarkSolve-12 1000000000 0.0006902 ns/op BenchmarkSolve-12 1000000000 0.0008418 ns/op
BenchmarkSolve-12 1000000000 0.0009074 ns/op BenchmarkSolve-12 1000000000 0.0007457 ns/op
BenchmarkSolve-12 1000000000 0.001131 ns/op BenchmarkSolve-12 1000000000 0.0007105 ns/op
BenchmarkSolve-12 1000000000 0.0008011 ns/op BenchmarkSolve-12 1000000000 0.0009693 ns/op
BenchmarkSolve-12 1000000000 0.001154 ns/op BenchmarkSolve-12 1000000000 0.0005964 ns/op
BenchmarkSolve-12 1000000000 0.0009199 ns/op BenchmarkSolve-12 1000000000 0.0008420 ns/op
BenchmarkSolve-12 1000000000 0.0008066 ns/op BenchmarkSolve-12 1000000000 0.0006143 ns/op
BenchmarkSolve-12 1000000000 0.0008437 ns/op BenchmarkSolve-12 1000000000 0.0006791 ns/op
ok github.com/onyx-and-iris/aoc2024/day-21 0.099s ok github.com/onyx-and-iris/aoc2024/day-21 0.089s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-21/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-21/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0000606 ns/op BenchmarkSolve-12 1000000000 0.0000787 ns/op
ok github.com/onyx-and-iris/aoc2024/day-21/internal/one 0.008s ok github.com/onyx-and-iris/aoc2024/day-21/internal/one 0.006s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-21/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-21/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0007436 ns/op BenchmarkSolve-12 1000000000 0.0009693 ns/op
ok github.com/onyx-and-iris/aoc2024/day-21/internal/two 0.011s ok github.com/onyx-and-iris/aoc2024/day-21/internal/two 0.012s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-22 pkg: github.com/onyx-and-iris/aoc2024/day-22
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1 2054969661 ns/op BenchmarkSolve-12 1 2074997091 ns/op
BenchmarkSolve-12 1 1820308129 ns/op BenchmarkSolve-12 1 1822532492 ns/op
BenchmarkSolve-12 1 1853098610 ns/op BenchmarkSolve-12 1 1800280110 ns/op
BenchmarkSolve-12 1 1825725443 ns/op BenchmarkSolve-12 1 1848971014 ns/op
BenchmarkSolve-12 1 1817395243 ns/op BenchmarkSolve-12 1 1804735614 ns/op
BenchmarkSolve-12 1 1823292443 ns/op BenchmarkSolve-12 1 1809016314 ns/op
BenchmarkSolve-12 1 1825067743 ns/op BenchmarkSolve-12 1 1845810018 ns/op
BenchmarkSolve-12 1 1827243915 ns/op BenchmarkSolve-12 1 1809318223 ns/op
BenchmarkSolve-12 1 1821714708 ns/op BenchmarkSolve-12 1 1811642423 ns/op
BenchmarkSolve-12 1 1825390608 ns/op BenchmarkSolve-12 1 1827119424 ns/op
ok github.com/onyx-and-iris/aoc2024/day-22 18.538s ok github.com/onyx-and-iris/aoc2024/day-22 18.498s

View File

@ -3,4 +3,4 @@ goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-22/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-22/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.03026 ns/op BenchmarkSolve-12 1000000000 0.03026 ns/op
ok github.com/onyx-and-iris/aoc2024/day-22/internal/one 0.219s ok github.com/onyx-and-iris/aoc2024/day-22/internal/one 0.222s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-22/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-22/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1 2064547562 ns/op BenchmarkSolve-12 1 2033512891 ns/op
ok github.com/onyx-and-iris/aoc2024/day-22/internal/two 2.091s ok github.com/onyx-and-iris/aoc2024/day-22/internal/two 2.059s

View File

@ -2,14 +2,14 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-23 pkg: github.com/onyx-and-iris/aoc2024/day-23
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.2466 ns/op BenchmarkSolve-12 1000000000 0.2472 ns/op
BenchmarkSolve-12 1000000000 0.2520 ns/op BenchmarkSolve-12 1000000000 0.2478 ns/op
BenchmarkSolve-12 1000000000 0.2490 ns/op BenchmarkSolve-12 1000000000 0.2456 ns/op
BenchmarkSolve-12 1000000000 0.2484 ns/op BenchmarkSolve-12 1000000000 0.2567 ns/op
BenchmarkSolve-12 1000000000 0.2484 ns/op BenchmarkSolve-12 1000000000 0.2474 ns/op
BenchmarkSolve-12 1000000000 0.2639 ns/op BenchmarkSolve-12 1000000000 0.2499 ns/op
BenchmarkSolve-12 1000000000 0.2497 ns/op BenchmarkSolve-12 1000000000 0.2499 ns/op
BenchmarkSolve-12 1000000000 0.2424 ns/op BenchmarkSolve-12 1000000000 0.2493 ns/op
BenchmarkSolve-12 1000000000 0.2506 ns/op BenchmarkSolve-12 1000000000 0.2515 ns/op
BenchmarkSolve-12 1000000000 0.2464 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

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-23/internal/one pkg: github.com/onyx-and-iris/aoc2024/day-23/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.003422 ns/op BenchmarkSolve-12 1000000000 0.003474 ns/op
ok github.com/onyx-and-iris/aoc2024/day-23/internal/one 0.029s ok github.com/onyx-and-iris/aoc2024/day-23/internal/one 0.027s

View File

@ -2,5 +2,5 @@ goos: linux
goarch: amd64 goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-23/internal/two pkg: github.com/onyx-and-iris/aoc2024/day-23/internal/two
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.2431 ns/op BenchmarkSolve-12 1000000000 0.2444 ns/op
ok github.com/onyx-and-iris/aoc2024/day-23/internal/two 3.693s ok github.com/onyx-and-iris/aoc2024/day-23/internal/two 3.711s

15
day-24/benchmark Normal file
View File

@ -0,0 +1,15 @@
goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-24
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.002181 ns/op
BenchmarkSolve-12 1000000000 0.001883 ns/op
BenchmarkSolve-12 1000000000 0.001966 ns/op
BenchmarkSolve-12 1000000000 0.001902 ns/op
BenchmarkSolve-12 1000000000 0.002016 ns/op
BenchmarkSolve-12 1000000000 0.001927 ns/op
BenchmarkSolve-12 1000000000 0.001868 ns/op
BenchmarkSolve-12 1000000000 0.001908 ns/op
BenchmarkSolve-12 1000000000 0.002009 ns/op
BenchmarkSolve-12 1000000000 0.001877 ns/op
ok github.com/onyx-and-iris/aoc2024/day-24 0.150s

View File

@ -0,0 +1,6 @@
goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-24/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001034 ns/op
ok github.com/onyx-and-iris/aoc2024/day-24/internal/one 0.012s

15
day-25/benchmark Normal file
View File

@ -0,0 +1,15 @@
goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-25
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.0009838 ns/op
BenchmarkSolve-12 1000000000 0.001170 ns/op
BenchmarkSolve-12 1000000000 0.0009935 ns/op
BenchmarkSolve-12 1000000000 0.0009905 ns/op
BenchmarkSolve-12 1000000000 0.0009702 ns/op
BenchmarkSolve-12 1000000000 0.001014 ns/op
BenchmarkSolve-12 1000000000 0.0009967 ns/op
BenchmarkSolve-12 1000000000 0.001050 ns/op
BenchmarkSolve-12 1000000000 0.0009891 ns/op
BenchmarkSolve-12 1000000000 0.001032 ns/op
ok github.com/onyx-and-iris/aoc2024/day-25 0.090s

View File

@ -0,0 +1,6 @@
goos: linux
goarch: amd64
pkg: github.com/onyx-and-iris/aoc2024/day-25/internal/one
cpu: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
BenchmarkSolve-12 1000000000 0.001027 ns/op
ok github.com/onyx-and-iris/aoc2024/day-25/internal/one 0.013s

29
makefile Normal file
View File

@ -0,0 +1,29 @@
days := day-01 \
day-02 \
day-03 \
day-04 \
day-05 \
day-06 \
day-07 \
day-08 \
day-09 \
day-10 \
day-11 \
day-12 \
day-13 \
day-14 \
day-15 \
day-16 \
day-17 \
day-18 \
day-19 \
day-20 \
day-21 \
day-22 \
day-23 \
day-24 \
day-25
bench:
@for day in $(days); do (cd $${day}; make $@); done