Skip to content

Latest commit

 

History

History

2022

Use the Justfiles to run or benchmark packages:

> just run rust/day05
> just bench rust/day10
> just run python/day07
> just run python/day12
> just summarize_bench

The summarize_bench script does not run any benchmarks on its own, just pretty prints & writes the combined output of benches for each language.