adventOfCode/challenges/2022/10-cathodeRayTube/benchmark.json
AKP cea035ba19
Add benchmarks for 2022-10
Signed-off-by: AKP <tom@tdpain.net>
2022-12-22 19:53:11 +00:00

15 lines
No EOL
388 B
JSON

{
"day": 10,
"dir": "challenges/2022/10-cathodeRayTube",
"implementations": {
"Python": {
"part.1.avg": 0.0004485485553741455,
"part.1.max": 0.0012202262878417969,
"part.1.min": 0.00010895729064941406,
"part.2.avg": 0.0006327939033508301,
"part.2.max": 0.0017185211181640625,
"part.2.min": 0.0001571178436279297
}
},
"numRuns": 1000
}