Skip to content

Commit

Permalink
add benchmark for day 20 part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Jan 21, 2024
1 parent ff81535 commit 51bc16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.
| [Day 17](./src/bin/17.rs) | `99.6ms` | `278.9ms` |
| [Day 18](./src/bin/18.rs) | `5.0ms` | `41.7µs` |
| [Day 19](./src/bin/19.rs) | `239.3µs` | `265.0µs` |
| [Day 20](./src/bin/20.rs) | `2.1ms` | `-` |
| [Day 20](./src/bin/20.rs) | `1.8ms` | `8.1ms` |

**Total: 1967.92ms**
**Total: 1975.72ms**

<!--- benchmarking table --->

Expand Down

0 comments on commit 51bc16a

Please sign in to comment.