run part one with goroutines

re-run benchmarks
This commit is contained in:
2024-12-19 19:03:30 +00:00
parent a4e8e83844
commit 52541e7ca7
3 changed files with 24 additions and 16 deletions

View File

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