bin/run-all-solutions.py --dir 2024 --write # write answers to 2024/answers.txt
hyperfine --warmup 3 -r 10 'find 2024 -type f -regex ".*/[0-9]*\.py" | sort -n | xargs -L 1 python ' | tee 2024/benchmark-m1.txt
Day | Name | Solution | CI Benchmark |
---|---|---|---|
01 | Historian Hysteria | py | |
02 | Red-Nosed Reports | py | |
03 | Mull It Over | py | |
04 | Ceres Search | py | |
04 | Print Queue | py | |
----------------------------------------- | --------------------------------- | ------------------------- | --- |
all | AoC 24 | txt |
- or ** - external solution adopted