Skip to content

Commit 32b2d17

Browse files
committed
remove some more registers!
1 parent 2d780f7 commit 32b2d17

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

turbopack/crates/turbo-tasks-backend/benches/overhead.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ use tokio::spawn;
66
use turbo_tasks::TurboTasks;
77
use turbo_tasks_backend::{BackendOptions, TurboTasksBackend, noop_backing_storage};
88

9-
use super::register;
10-
119
#[global_allocator]
1210
static ALLOC: turbo_tasks_malloc::TurboMalloc = turbo_tasks_malloc::TurboMalloc;
1311

@@ -28,8 +26,6 @@ fn busy_turbo(key: u64, duration: Duration) {
2826
}
2927

3028
pub fn overhead(c: &mut Criterion) {
31-
register();
32-
3329
let mut group = c.benchmark_group("task_overhead");
3430
group.sample_size(100);
3531

turbopack/crates/turbopack-core/src/resolve/pattern.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2661,7 +2661,6 @@ mod tests {
26612661
noop_backing_storage(),
26622662
));
26632663
tt.run_once(async {
2664-
crate::register();
26652664
let root = DiskFileSystem::new(
26662665
rcstr!("test"),
26672666
Path::new(env!("CARGO_MANIFEST_DIR"))

0 commit comments

Comments
 (0)