From d0ea6c93e0b5b9b78d3ec07403bd0595e868820a Mon Sep 17 00:00:00 2001 From: Moritz Eckert Date: Fri, 29 Dec 2023 13:41:10 +0100 Subject: [PATCH] increase fio to 1000mbits throughput --- .github/actions/e2e_benchmark/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/e2e_benchmark/action.yml b/.github/actions/e2e_benchmark/action.yml index d445011c4..4662351b6 100644 --- a/.github/actions/e2e_benchmark/action.yml +++ b/.github/actions/e2e_benchmark/action.yml @@ -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)