Remove unused guest_guest choice
This commit is contained in:
parent
dad56e1664
commit
4f060b338c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue