From e652abf823e959cb939beb71bd5fd3645f365720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20Kucha=C5=99?= Date: Sat, 7 Dec 2024 10:48:03 +0100 Subject: [PATCH] fix: bench --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94c820f..90f7549 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,15 @@ Solutions for [Advent of Code](https://adventofcode.com/) in [Rust](https://www. | Day | Part 1 | Part 2 | | :---: | :---: | :---: | +| [Day 1](./src/bin/01.rs) | `84.1µs` | `120.9µs` | +| [Day 2](./src/bin/02.rs) | `304.9µs` | `711.1µs` | +| [Day 3](./src/bin/03.rs) | `659.6µs` | `571.0µs` | +| [Day 4](./src/bin/04.rs) | `10.2ms` | `110.5µs` | +| [Day 5](./src/bin/05.rs) | `1.8ms` | `48.4ms` | +| [Day 6](./src/bin/06.rs) | `1.1ms` | `642.9ms` | | [Day 7](./src/bin/07.rs) | `4.8ms` | `254.2ms` | -**Total: 259.00ms** +**Total: 965.96ms** ---