We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863af8f commit 712b3b0Copy full SHA for 712b3b0
src/scheduler/scheduler.rs
@@ -410,6 +410,7 @@ mod tests {
410
// println!("Original: {:?}", data);
411
412
SCHEDULER.initialize(NUM_WORKERS, &(), VMThread::UNINITIALIZED);
413
+ SCHEDULER.enable_stat();
414
SCHEDULER.work_buckets[WorkBucketStage::Unconstrained]
415
.add(Sort(unsafe { &mut *(data as *mut _) }));
416
SCHEDULER.wait_for_completion();
0 commit comments