summaryrefslogtreecommitdiff
path: root/ecs/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-01-02 14:30:52 +0100
committerHampusM <hampus@hampusmat.com>2025-01-02 14:30:52 +0100
commitcb57a9f10ed61222709517a9ae0f6dd75a2c2ebd (patch)
treec4859ce6bba073ec27dfb58281243ac8df0526db /ecs/Cargo.toml
parent7cb7c514ae0e05069f0e0f407a97b81f4041619d (diff)
chore(ecs): rename & clean up query iterating benchmark
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r--ecs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecs/Cargo.toml b/ecs/Cargo.toml
index 68d74f9..697db85 100644
--- a/ecs/Cargo.toml
+++ b/ecs/Cargo.toml
@@ -20,5 +20,5 @@ util-macros = { path = "../util-macros" }
criterion = "0.5.1"
[[bench]]
-name = "query_iterating"
+name = "query"
harness = false