enable multithreading on benches (#9388)
# Objective - Enable the new multithreading feature on benches
This commit is contained in:
parent
5b5806406d
commit
ac8f36743e
@ -12,7 +12,7 @@ rand = "0.8"
|
|||||||
rand_chacha = "0.3"
|
rand_chacha = "0.3"
|
||||||
criterion = { version = "0.3", features = ["html_reports"] }
|
criterion = { version = "0.3", features = ["html_reports"] }
|
||||||
bevy_app = { path = "../crates/bevy_app" }
|
bevy_app = { path = "../crates/bevy_app" }
|
||||||
bevy_ecs = { path = "../crates/bevy_ecs" }
|
bevy_ecs = { path = "../crates/bevy_ecs", features = ["multi-threaded"] }
|
||||||
bevy_reflect = { path = "../crates/bevy_reflect" }
|
bevy_reflect = { path = "../crates/bevy_reflect" }
|
||||||
bevy_tasks = { path = "../crates/bevy_tasks" }
|
bevy_tasks = { path = "../crates/bevy_tasks" }
|
||||||
bevy_utils = { path = "../crates/bevy_utils" }
|
bevy_utils = { path = "../crates/bevy_utils" }
|
||||||
|
Loading…
Reference in New Issue
Block a user