Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit 7fdf34e

Browse files
committed
Minor fix
1 parent 9695b50 commit 7fdf34e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ fn rackscale_vmops_benchmark(is_shmem: bool, is_unmaplat: bool) {
614614
};
615615
let r = csv_file.write(format!("{},", env!("GIT_HASH")).as_bytes());
616616
assert!(r.is_ok());
617-
let r = csv_file.write(format!("{},", 0).as_bytes());
617+
let r = csv_file.write(format!("{},", controller_clients).as_bytes());
618618
assert!(r.is_ok());
619619
let r = csv_file.write(parts[1].as_bytes());
620620
assert!(r.is_ok());

0 commit comments

Comments
 (0)