aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Cargo.toml
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-24 17:12:20 +0000
committerAria Shrimpton <me@aria.rip>2024-02-24 17:12:20 +0000
commit825a73185848650d1877e9c3b899ade84f0bbbb5 (patch)
tree7348b8dae2679762805c8d76e6d994e0ed3d1048 /src/tests/Cargo.toml
parent830f7f45a4e6ff0788ca44d48a25c327ddd6c617 (diff)
give each benchmark its own name
Diffstat (limited to 'src/tests/Cargo.toml')
-rw-r--r--src/tests/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/Cargo.toml b/src/tests/Cargo.toml
index a8d75c8..15e8d64 100644
--- a/src/tests/Cargo.toml
+++ b/src/tests/Cargo.toml
@@ -1,12 +1,12 @@
[workspace]
resolver = "2"
members = [
+ "example_sets",
+ "example_stack",
"aoc-2021-09",
"aoc-2022-08",
"aoc-2022-09",
"aoc-2022-14",
- "example_sets",
- "example_stack",
"prime_sieve"
]