Skip to content

d-bucur/aoc21-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
benchmark bot
Jan 30, 2022
45926c2 · Jan 30, 2022

History

88 Commits
Jan 29, 2022
Jan 29, 2022
Jan 30, 2022
Jan 29, 2022
Jan 30, 2022
Jan 28, 2022
Jan 29, 2022
Jan 29, 2022
Jan 29, 2022
Jan 30, 2022
Jan 29, 2022
Jan 30, 2022

Repository files navigation

How to run

cargo run {day} {part}

Benchmark

Results

Prerequisites: install hyperfine

./benchmark all

To execute all benchmarks and create the markdown table

./benchmark {day} {part}

To benchmark only a specific solution