Skip to content

Commit

Permalink
chore: update bench
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefKuchar committed Dec 4, 2024
1 parent 44a487a commit 85eccff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www.

| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](./src/bin/01.rs) | `52.7µs` | `83.1µs` |
| [Day 2](./src/bin/02.rs) | `177.3µs` | `378.1µs` |
| [Day 3](./src/bin/03.rs) | `352.4µs` | `334.8µs` |
| [Day 1](./src/bin/01.rs) | `52.5µs` | `83.5µs` |
| [Day 2](./src/bin/02.rs) | `179.5µs` | `390.3µs` |
| [Day 3](./src/bin/03.rs) | `358.1µs` | `335.4µs` |
| [Day 4](./src/bin/04.rs) | `5.8ms` | `110.4µs` |

**Total: 1.38ms**
**Total: 7.31ms**
<!--- benchmarking table --->

---
Expand Down

0 comments on commit 85eccff

Please sign in to comment.