From 68fadd9f20bac54b05c70f398676a8337f1830b5 Mon Sep 17 00:00:00 2001 From: Noettore Date: Thu, 2 Dec 2021 09:44:28 +0100 Subject: [PATCH] AoC 2021: day 2 execution times --- 2021/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2021/README.md b/2021/README.md index 64f8084..c0c5157 100644 --- a/2021/README.md +++ b/2021/README.md @@ -8,4 +8,5 @@ | Day | Execution time with CPython 3.8.12 | Execution time with PyPy 7.3.3 Python 3.6.12 | | ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- | -| [Day 1](https://adventofcode.com/2021/day/1) | [1.3404 ms](./solutions/day_01.py) | [244.3283 us](./solutions/day_01.py) | +| [Day 1](https://adventofcode.com/2021/day/1) | [1.3404 ms](./solutions/day_01.py) | [244.3283 us](./solutions/day_01.py) | +| [Day 2](https://adventofcode.com/2021/day/2) | [995.6699 us](./solutions/day_02.py) | [372.0404 us](./solutions/day_02.py) |