Benchmarking data

Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
akp 2021-12-05 15:10:20 +00:00
parent e374a26e57
commit 8c345dee47
No known key found for this signature in database
GPG key ID: AA5726202C8879B7
3 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"day": 5,
"dir": "challenges/2021/05-hydrothermalVenture",
"implementations": {
"Python": {
"part.1.avg": 0.20267126321792603,
"part.1.max": 0.32232069969177246,
"part.1.min": 0.1738419532775879,
"part.2.avg": 0.34542202472686767,
"part.2.max": 0.5185151100158691,
"part.2.min": 0.28497791290283203
}
},
"numRuns": 100
}

View file

@ -17,3 +17,7 @@ Solutions to the [2021 Advent of Code](https://adventofcode.com/2021).
| 05 - Hydrothermal Venture | Complete | [Python](05-hydrothermalVenture/py) | Pointy. |
<!-- PARSE END -->
---
![Running times](running-times.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB