Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 3.87 KB

2024.md

File metadata and controls

31 lines (23 loc) · 3.87 KB

2024

badge

https://adventofcode.com/2024

pre-commit

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

results

Day Name Solution CI Benchmark
01 Historian Hysteria py badge
02 Red-Nosed Reports py badge
03 Mull It Over py badge
04 Ceres Search py badge
04 Print Queue py badge
----------------------------------------- --------------------------------- ------------------------- ---
all AoC 24 txt badge
  • or ** - external solution adopted

External