Skip to content

Commit a39aee7

Browse files
authored
Merge pull request #1161 from GoogleCloudPlatform/azure_machine_type
Fixed default azure machine_type for ARM mode
2 parents c68d656 + a70c161 commit a39aee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfkitbenchmarker/configs/default_config_constants.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_single_core: &default_single_core
77
zone: us-central1-a
88
image: null
99
Azure:
10-
machine_type: Small
10+
machine_type: Standard_A1
1111
zone: eastus2
1212
image: null
1313
AWS:

0 commit comments

Comments
 (0)