increase fio to 1000mbits throughput

This commit is contained in:
Moritz Eckert 2023-12-29 13:41:10 +01:00
parent e1afdfe554
commit d0ea6c93e0
Failed to extract signature

View File

@ -104,16 +104,17 @@ runs:
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: encrypted-125-rwo
name: encrypted-1000-rwo
provisioner: aws.csi.confidential.cloud
volumeBindingMode: Immediate
allowVolumeExpansion: true
parameters:
type: gp3
throughput: "125"
throughput: "1000"
iops: "16000"
EOF
mkdir -p out
kubestr fio -e "out/fio-constellation-${{ inputs.cloudProvider }}.json" -o json -s encrypted-125-rwo -z 400Gi -f .github/actions/e2e_benchmark/fio.ini
kubestr fio -e "out/fio-constellation-${{ inputs.cloudProvider }}.json" -o json -s encrypted-1000-rwo -z 400Gi -f .github/actions/e2e_benchmark/fio.ini
- name: Upload raw FIO benchmark results
if: (!env.ACT)