aboutsummaryrefslogtreecommitdiff
path: root/src/tests/example_stack/Cargo.toml
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-02-27 09:41:23 +0000
committerAria Shrimpton <me@aria.rip>2024-02-27 09:41:23 +0000
commitfad685c53308f9fd7a449f23d5123ee56080e51b (patch)
tree8e483e5caa380208320ecb05c14e32fc11f7c9a8 /src/tests/example_stack/Cargo.toml
parentabc050060403d0d41c1a7c4a5e29b8b26f6e5d1b (diff)
cleanup example_ benchmarks
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