Skip to content

Commit

Permalink
re-run benchmarks after pulling the black_box change from the template
Browse files Browse the repository at this point in the history
  • Loading branch information
kcaffrey committed Dec 6, 2023
1 parent 7c3d9c0 commit e2a833b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.

| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `37.5µs` | `80.3µs` |
| [Day 1](./src/bin/01.rs) | `37.5µs` | `80.9µs` |
| [Day 2](./src/bin/02.rs) | `43.8µs` | `42.8µs` |
| [Day 3](./src/bin/03.rs) | `115.0µs` | `113.1µs` |
| [Day 4](./src/bin/04.rs) | `52.4µs` | `55.1µs` |
| [Day 5](./src/bin/05.rs) | `23.4µs` | `27.1µs` |
| [Day 6](./src/bin/06.rs) | `193.0ns` | `105.0ns` |
| [Day 3](./src/bin/03.rs) | `115.2µs` | `113.1µs` |
| [Day 4](./src/bin/04.rs) | `52.0µs` | `52.5µs` |
| [Day 5](./src/bin/05.rs) | `23.8µs` | `27.6µs` |
| [Day 6](./src/bin/06.rs) | `203.0ns` | `102.0ns` |

**Total: 0.59ms**
<!--- benchmarking table --->
Expand Down

0 comments on commit e2a833b

Please sign in to comment.