diff --git a/README.md b/README.md index f5f9a73..e884adb 100644 --- a/README.md +++ b/README.md @@ -27,27 +27,27 @@ My solutions to [Advent of Code](https://adventofcode.com) puzzles. > All benchmarks are run on a *Dell Precision 5550* laptop with an *Intel Core i7-10875H* CPU.
Solution | Part 1 Performance | Part 2 Performance |
---|---|---|
Days | Part 1 Performance | Part 2 Performance |
-| Day | Code | Input | -| :------------------------------------------------------: | :------------------------------: | :---------------------------------------: | -| [1: Trebuchet?!](https://adventofcode.com/2023/day/1) | [`day1.rs`](aoc2023/src/day1.rs) | [`day1.txt`](aoc2023/input/2023/day1.txt) | -| [1: Cube Conundrum](https://adventofcode.com/2023/day/2) | [`day2.rs`](aoc2023/src/day2.rs) | [`day2.txt`](aoc2023/input/2023/day2.txt) | +| Puzzle | Code | Input | +| :---------------------------------------------------: | :------------------------------: | :---------------------------------------: | +| [Trebuchet?!](https://adventofcode.com/2023/day/1) | [`day1.rs`](aoc2023/src/day1.rs) | [`day1.txt`](aoc2023/input/2023/day1.txt) | +| [Cube Conundrum](https://adventofcode.com/2023/day/2) | [`day2.rs`](aoc2023/src/day2.rs) | [`day2.txt`](aoc2023/input/2023/day2.txt) | | -| Generator | Runner | -| :-------: | :-----: | -| 4.21 µs | 47.4 µs | -| 508 µs | 1.12 µs | +| Generator | Runner | +| :-------: | :------: | +| 5.450 µs | 49.58 µs | +| 476.4 µs | 1.031 µs | | -| Generator | Runner | -| :-------: | :-----: | -| 0.42 µs | 753 µs | -| 323 µs | 1.14 µs | +| Generator | Runner | +| :-------: | :------: | +| 0.471 µs | 795.3 µs | +| 297.5 µs | 1.076 µs | |