File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
turbo-tasks-backend/benches
turbopack-core/src/resolve Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ use tokio::spawn;
6
6
use turbo_tasks:: TurboTasks ;
7
7
use turbo_tasks_backend:: { BackendOptions , TurboTasksBackend , noop_backing_storage} ;
8
8
9
- use super :: register;
10
-
11
9
#[ global_allocator]
12
10
static ALLOC : turbo_tasks_malloc:: TurboMalloc = turbo_tasks_malloc:: TurboMalloc ;
13
11
@@ -28,8 +26,6 @@ fn busy_turbo(key: u64, duration: Duration) {
28
26
}
29
27
30
28
pub fn overhead ( c : & mut Criterion ) {
31
- register ( ) ;
32
-
33
29
let mut group = c. benchmark_group ( "task_overhead" ) ;
34
30
group. sample_size ( 100 ) ;
35
31
Original file line number Diff line number Diff line change @@ -2661,7 +2661,6 @@ mod tests {
2661
2661
noop_backing_storage ( ) ,
2662
2662
) ) ;
2663
2663
tt. run_once ( async {
2664
- crate :: register ( ) ;
2665
2664
let root = DiskFileSystem :: new (
2666
2665
rcstr ! ( "test" ) ,
2667
2666
Path :: new ( env ! ( "CARGO_MANIFEST_DIR" ) )
You can’t perform that action at this time.
0 commit comments