Skip to content

Commit

Permalink
Set batch size to 1024 based on benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Apr 17, 2022
1 parent 22c3dae commit a479b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/view/visibility/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ pub fn check_visibility(

visible_entity_query.par_for_each_mut(
&thread_pool,
10000,
1024,
|(
entity,
visibility,
Expand Down

0 comments on commit a479b1c

Please sign in to comment.