Skip to content

Commit 9257768

Browse files
committed
Add benchmarks
1 parent 920aa7e commit 9257768

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Solutions for [Advent of Code](https://adventofcode.com/2024) in [Rust](https://
77
<!--- advent_readme_stars table --->
88

99
<!--- benchmarking table --->
10+
## Benchmarks
11+
12+
| Day | Part 1 | Part 2 |
13+
| :---: | :---: | :---: |
14+
| [Day 1](./src/bin/01.rs) | `130.7µs` | `187.6µs` |
15+
| [Day 2](./src/bin/02.rs) | `275.6µs` | `572.8µs` |
16+
| [Day 3](./src/bin/03.rs) | `534.6µs` | `659.3µs` |
17+
18+
**Total: 2.36ms**
19+
<!--- benchmarking table --->
20+
1021

1122
---
1223

0 commit comments

Comments
 (0)