diff options
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 |