Skip to content

Commit

Permalink
Added note about running benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunburdick committed Nov 19, 2024
1 parent a3dabe4 commit 85ec771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ To run linting for an individual day X, run `just lint X` or to run all linting
## Running

To run a solution, run `just run <day> <part>` where day is the day number and part is the part number. Example: `just run 1 1` to run day 1, part 1

## Benchmarks

To run benchmarks for an individual day X, run `just bench X` or to run all benchmarks run `just bench-all`

0 comments on commit 85ec771

Please sign in to comment.