Skip to content

Commit

Permalink
Change default disk type to pd-balanced in default_benchmark_config.y…
Browse files Browse the repository at this point in the history
…aml.

PiperOrigin-RevId: 698855340
  • Loading branch information
andyz422 authored and copybara-github committed Nov 21, 2024
1 parent d65c119 commit 3844881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfkitbenchmarker/configs/default_benchmark_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
default_disk_spec: &default_disk_spec
GCP:
disk_size: 200
disk_type: pd-ssd
disk_type: pd-balanced
AWS:
disk_size: 200
disk_type: gp3
Expand Down

0 comments on commit 3844881

Please sign in to comment.