Use glenng's cargo-aoc with bench --quick

This commit is contained in:
2025-12-08 14:31:40 -08:00
parent 24b343d3f8
commit fe6716b468
2 changed files with 78 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
FROM rust:latest
# Install cargo-aoc
RUN cargo install cargo-aoc
# Install cargo-aoc from specific GitHub repository
RUN cargo install --git https://github.com/ggriffiniii/cargo-aoc cargo-aoc
# Set working directory
WORKDIR /workspace