Skip to content

Commit

Permalink
restore benches
Browse files Browse the repository at this point in the history
  • Loading branch information
Trashtalk217 committed Dec 7, 2024
1 parent 8f7f4a0 commit f2794d7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions benches/benches/bevy_ecs/scheduling/schedule.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
use bevy_app::{App, Update};

use bevy_ecs::{
component::{ComponentDescriptor, ComponentId, StorageType},
prelude::*,
system::QueryParamBuilder,
world::FilteredEntityMut,
};
use bevy_ptr::OwningPtr;
use bevy_ecs::prelude::*;
use criterion::Criterion;
use rand::prelude::SeedableRng;
use rand::prelude::SliceRandom;
use rand::Rng;
use rand_chacha::ChaCha8Rng;
use std::alloc::Layout;
use std::num::Wrapping;

pub fn schedule(c: &mut Criterion) {
#[derive(Component)]
Expand Down

0 comments on commit f2794d7

Please sign in to comment.