chore: fmt + clippy + time on day 5

This commit is contained in:
Xavier Morel
2024-12-05 13:11:30 +01:00
parent f551c3cabe
commit e3135f492f
2 changed files with 58 additions and 50 deletions

View File

@@ -25,8 +25,9 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.
| [Day 2](./src/bin/02.rs) | `215.6µs` | `371.6µs` |
| [Day 3](./src/bin/03.rs) | `652.5µs` | `736.7µs` |
| [Day 4](./src/bin/04.rs) | `5.6ms` | `2.4ms` |
| [Day 5](./src/bin/05.rs) | `3.7ms` | `9.7ms` |
**Total: 10.13ms**
**Total: 23.53ms**
<!--- benchmarking table --->
---