feat: implement benchmarks (#30)

This commit is contained in:
Felix Spöttel
2023-10-21 21:08:46 +02:00
committed by GitHub
parent d10ec0573e
commit 70dac9329f
21 changed files with 993 additions and 567 deletions

6
.gitignore vendored
View File

@@ -16,5 +16,7 @@ target/
# Advent of Code
# @see https://old.reddit.com/r/adventofcode/comments/k99rod/sharing_input_data_were_we_requested_not_to/gf2ukkf/?context=3
/src/inputs
!/src/inputs/.keep
/data
!/data/inputs/.keep
!/data/examples/.keep
!/data/puzzles/.keep