Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadiac committed Dec 16, 2023
1 parent 30b523c commit c486200
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,20 @@ $ cargo test --workspace

within the project's root directory.

## Benchmarking

You can run all benchmarks within `aoc-solver` directory with

```bash
$ cargo bench
```

Individual day benchmarks can be run using

```bash
cargo bench -- day-1 --exact
```

## Running the web project

This repository now also ships with a small web tool, [https://aoc.cadi.ac/](https://aoc.cadi.ac/) to run the solutions online.
Expand Down Expand Up @@ -80,3 +94,11 @@ This should start the server at `localhost:8080`.
❄️ [Day 06](aoc-solver/src/y2023/day06.rs)
❄️ [Day 07](aoc-solver/src/y2023/day07.rs)
❄️ [Day 08](aoc-solver/src/y2023/day08.rs)
❄️ [Day 09](aoc-solver/src/y2023/day09.rs)
❄️ [Day 10](aoc-solver/src/y2023/day10.rs)
❄️ [Day 11](aoc-solver/src/y2023/day11.rs)
❄️ [Day 12](aoc-solver/src/y2023/day12.rs)
❄️ [Day 13](aoc-solver/src/y2023/day13.rs)
❄️ [Day 14](aoc-solver/src/y2023/day14.rs)
❄️ [Day 15](aoc-solver/src/y2023/day15.rs)
❄️ [Day 16](aoc-solver/src/y2023/day16.rs)

0 comments on commit c486200

Please sign in to comment.