Skip to content

Commit 85ec771

Browse files
committed
Added note about running benchmarks
1 parent a3dabe4 commit 85ec771

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ To run linting for an individual day X, run `just lint X` or to run all linting
3232
## Running
3333

3434
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
35+
36+
## Benchmarks
37+
38+
To run benchmarks for an individual day X, run `just bench X` or to run all benchmarks run `just bench-all`

0 commit comments

Comments
 (0)