From 2bbd0608895502bde7df3001cf6c65fdafe0d537 Mon Sep 17 00:00:00 2001 From: Spencer Kim Date: Fri, 15 Sep 2023 10:23:24 -0700 Subject: [PATCH] Support c3a VMs PiperOrigin-RevId: 565713553 --- perfkitbenchmarker/providers/gcp/gce_virtual_machine.py | 1 + 1 file changed, 1 insertion(+) diff --git a/perfkitbenchmarker/providers/gcp/gce_virtual_machine.py b/perfkitbenchmarker/providers/gcp/gce_virtual_machine.py index cb76b58855..bc1b065239 100644 --- a/perfkitbenchmarker/providers/gcp/gce_virtual_machine.py +++ b/perfkitbenchmarker/providers/gcp/gce_virtual_machine.py @@ -106,6 +106,7 @@ # Machine type to ARM architecture. _MACHINE_TYPE_PREFIX_TO_ARM_ARCH = { 't2a': 'neoverse-n1', + 'c3a': 'ampere1', } # The A2 and A3 machine families, unlike some other GCP offerings, have a # preset type and number of GPUs, so we set those attributes directly from the