Add 2021-09 in Python (with visualisation)
This commit is contained in:
parent
8c30110e64
commit
cd23a43f53
9 changed files with 268 additions and 1 deletions
15
challenges/2021/09-smokeBasin/benchmark.json
Normal file
15
challenges/2021/09-smokeBasin/benchmark.json
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"day": 9,
|
||||
"dir": "challenges/2021/09-smokeBasin",
|
||||
"implementations": {
|
||||
"Python": {
|
||||
"part.1.avg": 0.04718727922439575,
|
||||
"part.1.max": 0.19989562034606934,
|
||||
"part.1.min": 0.01859116554260254,
|
||||
"part.2.avg": 0.10986182379722595,
|
||||
"part.2.max": 0.3891136646270752,
|
||||
"part.2.min": 0.041121721267700195
|
||||
}
|
||||
},
|
||||
"numRuns": 1000
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue