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

Commit 33864f7

Browse files
committed
updated the loadbalancer
Signed-off-by: Reto Achermann <[email protected]>
1 parent e78f25d commit 33864f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/tests/s11_rackscale_benchmarks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,12 +798,12 @@ fn rackscale_memcached_checkout() {
798798
}
799799

800800
println!(
801-
"CHECKOUT 1d2fd55db64c386379fc6f3a4390bfe03902f170 {:?}",
801+
"CHECKOUT 9a549169d0c6b8a33503a9615f636d5ced8d87d1 {:?}",
802802
out_dir
803803
);
804804

805805
let res = Command::new("git")
806-
.args(&["checkout", "1d2fd55db64c386379fc6f3a4390bfe03902f170"])
806+
.args(&["checkout", "9a549169d0c6b8a33503a9615f636d5ced8d87d1"])
807807
.current_dir(out_dir_path.as_path())
808808
.output()
809809
.expect("git checkout failed");

0 commit comments

Comments
 (0)