Remove unused guest_guest choice

This commit is contained in:
Fabing Li
2024-10-08 08:59:07 +00:00
committed by Tate, Hongliang Tian
parent dad56e1664
commit 4f060b338c

View File

@ -91,11 +91,6 @@ run_benchmark() {
"${aster_output}" \
"${linux_output}"
;;
"guest-guest")
echo "Running benchmark ${benchmark} between guests..."
echo "TODO"
exit 1
;;
*)
echo "Error: Unknown benchmark type '${benchmark_type}'" >&2
exit 1