Skip to content

Commit

Permalink
Adjust view dist in many_players
Browse files Browse the repository at this point in the history
  • Loading branch information
rj00a committed Jul 25, 2023
1 parent 85eeeb1 commit b305165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/many_players.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use valence_layer::LayerBundle;
use valence_network::NetworkPlugin;

pub fn many_players(c: &mut Criterion) {
run_many_players(c, "many_players", 3000, 20, 16);
run_many_players(c, "many_players", 3000, 16, 16);
run_many_players(c, "many_players_spread_out", 3000, 8, 200);
}

Expand Down

0 comments on commit b305165

Please sign in to comment.