From ac94a00c5b23f7fa6ef22279d7f550ff42ef9c0d Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Wed, 31 May 2023 14:48:58 +0200 Subject: [PATCH] ci: adjust perf test parameters --- .github/workflows/performance_test.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/performance_test.yaml b/.github/workflows/performance_test.yaml index 3153d82ca..02021d3de 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -69,7 +69,7 @@ jobs: with: repository: emqx/tf-emqx-performance-test path: tf-emqx-performance-test - ref: v0.2.1 + ref: v0.2.2 - uses: actions/download-artifact@v3 with: name: emqx-ubuntu20.04 @@ -86,10 +86,10 @@ jobs: TF_VAR_bench_id: "${{ needs.prepare.outputs.BENCH_ID }}/1on1" TF_VAR_use_emqttb: 1 TF_VAR_use_emqtt_bench: 0 - TF_VAR_emqttb_instance_count: 5 - TF_VAR_emqttb_instance_type: "c5.large" - TF_VAR_emqttb_scenario: "@pubsub_fwd -n 10_000 --pub-qos 1 --sub-qos 1" - TF_VAR_emqx_instance_type: "c5.2xlarge" + TF_VAR_emqttb_instance_count: 1 + TF_VAR_emqttb_instance_type: "c5.2xlarge" + TF_VAR_emqttb_scenario: "@pubsub_fwd -n 50_000 --pub-qos 1 --sub-qos 1" + TF_VAR_emqx_instance_type: "c5.xlarge" TF_VAR_emqx_instance_count: 3 run: | terraform init @@ -151,7 +151,7 @@ jobs: with: repository: emqx/tf-emqx-performance-test path: tf-emqx-performance-test - ref: v0.2.1 + ref: v0.2.2 - uses: actions/download-artifact@v3 with: name: emqx-ubuntu20.04 @@ -169,9 +169,9 @@ jobs: TF_VAR_use_emqttb: 1 TF_VAR_use_emqtt_bench: 0 TF_VAR_emqttb_instance_count: 5 - TF_VAR_emqttb_instance_type: "c5.2xlarge" + TF_VAR_emqttb_instance_type: "c5.xlarge" TF_VAR_emqttb_scenario: "@conn -N 200_000 --conninterval 1ms" - TF_VAR_emqx_instance_type: "c5.2xlarge" + TF_VAR_emqx_instance_type: "c5.xlarge" TF_VAR_emqx_instance_count: 5 run: | terraform init