Skip to content

Commit

Permalink
enable multithreading on benches (#9388)
Browse files Browse the repository at this point in the history
# Objective

- Enable the new multithreading feature on benches
  • Loading branch information
hymm authored Aug 11, 2023
1 parent 5b58064 commit ac8f367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rand = "0.8"
rand_chacha = "0.3"
criterion = { version = "0.3", features = ["html_reports"] }
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_tasks = { path = "../crates/bevy_tasks" }
bevy_utils = { path = "../crates/bevy_utils" }
Expand Down

0 comments on commit ac8f367

Please sign in to comment.