From 93a8505b790181bf9feda2f421e2035fc60d1f27 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/performance_test.yaml b/.github/workflows/performance_test.yaml index 3153d82ca..9b5786b8d 100644 --- a/.github/workflows/performance_test.yaml +++ b/.github/workflows/performance_test.yaml @@ -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 @@ -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