diff options
author | HampusM <hampus@hampusmat.com> | 2025-01-02 14:30:52 +0100 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2025-01-02 14:30:52 +0100 |
commit | cb57a9f10ed61222709517a9ae0f6dd75a2c2ebd (patch) | |
tree | c4859ce6bba073ec27dfb58281243ac8df0526db /ecs/Cargo.toml | |
parent | 7cb7c514ae0e05069f0e0f407a97b81f4041619d (diff) |
chore(ecs): rename & clean up query iterating benchmark
Diffstat (limited to 'ecs/Cargo.toml')
-rw-r--r-- | ecs/Cargo.toml | 2 |
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 |