Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 359 Bytes

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.