diff options
author | Aria Shrimpton <me@aria.rip> | 2024-02-29 16:10:26 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-02-29 16:10:26 +0000 |
commit | 1b476265f3f6043529d252db5353c27ebd0507b3 (patch) | |
tree | e6b96d2b6d29f44a52e8aa3b7d78a7a891ea9f5f /src/tests/Cargo.toml | |
parent | bb5ec77c534f77ae27856a36e8fa459a1b19356e (diff) |
rename benchmark stuff to be more consistent
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r-- | src/tests/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml index de68bbe..85b4f1c 100644 --- a/src/tests/Cargo.toml +++ b/src/tests/Cargo.toml @@ -4,10 +4,10 @@ members = [ "example_sets", "example_stack", "example_mapping", - "aoc-2021-09", - "aoc-2022-08", - "aoc-2022-09", - "aoc-2022-14", + "aoc_2021_09", + "aoc_2022_08", + "aoc_2022_09", + "aoc_2022_14", "prime_sieve" ] |