Increase the size of the test area
This commit is contained in:
parent
52ef3902f3
commit
4ace7c8f7e
@ -8,7 +8,7 @@ pub fn main() {
|
||||
let nb_cores = core_per_package();
|
||||
println!("Found {} cores", nb_cores);
|
||||
|
||||
let target = vec![0x0123456789abcdefu64; 64];
|
||||
let target = vec![0x0123456789abcdefu64; 1024];
|
||||
|
||||
let old = sched_getaffinity(Pid::from_raw(0)).unwrap();
|
||||
let mut core_set = Vec::new();
|
||||
|
Loading…
Reference in New Issue
Block a user