aboutsummaryrefslogtreecommitdiff
path: root/src/tests/example_stack/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/example_stack/Cargo.toml')
-rw-r--r--src/tests/example_stack/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/example_stack/Cargo.toml b/src/tests/example_stack/Cargo.toml
index 55e4338..7207622 100644
--- a/src/tests/example_stack/Cargo.toml
+++ b/src/tests/example_stack/Cargo.toml
@@ -12,5 +12,5 @@ primrose-library = { path = "../../crates/library" }
criterion = { workspace = true }
[[bench]]
-name = "do_stuff"
+name = "main"
harness = false