Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 9.49 KB

2021.md

File metadata and controls

48 lines (40 loc) · 9.49 KB

2021

badge

To profile with hyperfine - brew install hyperfine

  • hyperfine -r 10 '2021/01.py'
  • python -m cProfile 2021/01.py
  • time python 2021/01.py
  • hyperfine --warmup 3 -r 10 'find 2021 -type f -regex ".*/[0-9]*\.py" | sort -n | xargs -L 1 python ' | tee 2021/benchmark-m1.txt
  • bin/run-all-solutions.py --dir 2021 --write
Day Name Solution CI Benchmark
01 Sonar Sweep py badge
02 Dive py badge
03 Binary Diagnostic py badge
04 Giant Squid py badge
05 Hydrothermal Venture py badge
06 Lanternfish py badge
07 The Treachery of Whales py badge
08 Seven Segment Search py badge
09 Smoke Basin py badge
10 Syntax Scoring py badge
11 Dumbo Octopus py badge
12 Passage Pathing py badge
13 Transparent Origami py badge
14 Extended Polymerization py badge
15 Chiton
16 Packet Decoder
17
18
19
20 Trench Map py** badge
--- ------ --------- ---
all AoC 21 txt M1 - 1.397 s, CI - badge
  • or ** - external solution adopted

External