From cb57a9f10ed61222709517a9ae0f6dd75a2c2ebd Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jan 2025 14:30:52 +0100 Subject: chore(ecs): rename & clean up query iterating benchmark --- ecs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ecs/Cargo.toml') 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 -- cgit v1.2.3-18-g5258