Increase the size of the test area

This commit is contained in:
Guillaume DIDIER 2024-08-16 09:56:00 +02:00
parent 52ef3902f3
commit 4ace7c8f7e

View File

@ -8,7 +8,7 @@ pub fn main() {
let nb_cores = core_per_package(); let nb_cores = core_per_package();
println!("Found {} cores", nb_cores); 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 old = sched_getaffinity(Pid::from_raw(0)).unwrap();
let mut core_set = Vec::new(); let mut core_set = Vec::new();