Benchmarking data
Signed-off-by: AKU <tom@tdpain.net>
This commit is contained in:
parent
e374a26e57
commit
8c345dee47
3 changed files with 19 additions and 0 deletions
15
challenges/2021/05-hydrothermalVenture/benchmark.json
Normal file
15
challenges/2021/05-hydrothermalVenture/benchmark.json
Normal 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
|
||||
}
|
|
@ -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 -->
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
|
BIN
challenges/2021/running-times.png
Normal file
BIN
challenges/2021/running-times.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
Loading…
Add table
Add a link
Reference in a new issue