From 60e621a5b58bd5decbab5d6c97f3796309b160d2 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Mon, 21 Oct 2024 11:29:48 -0400 Subject: [PATCH] change benchmark count to 1 and time to 30m --- testing/benchmark/Makefile | 6 +++--- testing/benchmark/system-profiles/1GBx1zone.tfvars | 14 ++++++++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/testing/benchmark/Makefile b/testing/benchmark/Makefile index 9baf132edaf..22c3c129e4d 100644 --- a/testing/benchmark/Makefile +++ b/testing/benchmark/Makefile @@ -12,8 +12,8 @@ TFVARS_SOURCE ?= terraform.tfvars.example BENCHMARK_WARMUP_TIME ?= 5m BENCHMARK_AGENTS ?= 64 -BENCHMARK_COUNT ?= 6 -BENCHMARK_TIME ?= 2m +BENCHMARK_COUNT ?= 1 +BENCHMARK_TIME ?= 30m BENCHMARK_RUN ?= Benchmark BENCHMARK_RESULT ?= benchmark-result.txt BENCHMARK_DETAILED ?= true @@ -200,4 +200,4 @@ elastic_agent_docker_image: build_elastic_agent_docker_image build_elastic_agent_docker_image: @env BASE_IMAGE=${ELASTIC_AGENT_DOCKER_IMAGE}:${ELASTIC_AGENT_IMAGE_TAG} GOARCH=amd64 \ bash ${REPO_ROOT}/testing/docker/elastic-agent/build.sh \ - -t ${CI_ELASTIC_AGENT_DOCKER_IMAGE}:${CUSTOM_IMAGE_TAG} \ No newline at end of file + -t ${CI_ELASTIC_AGENT_DOCKER_IMAGE}:${CUSTOM_IMAGE_TAG} diff --git a/testing/benchmark/system-profiles/1GBx1zone.tfvars b/testing/benchmark/system-profiles/1GBx1zone.tfvars index 8b1ff546e60..5cba1b89f51 100644 --- a/testing/benchmark/system-profiles/1GBx1zone.tfvars +++ b/testing/benchmark/system-profiles/1GBx1zone.tfvars @@ -2,18 +2,20 @@ user_name = "USER" # APM bench +stack_version = "8.16.0-SNAPSHOT" +ess_region = "gcp-us-west2" +deployment_template = "gcp-cpu-optimized" + worker_instance_type = "c6i.large" +worker_region = "us-west-2" # Elastic Cloud -# The number of AZs the APM Server should span. +apm_server_size = "1g" apm_server_zone_count = 1 -# The Elasticsearch cluster node size. -elasticsearch_size = "16g" -# The number of AZs the Elasticsearch cluster should have. + +elasticsearch_size = "32g" elasticsearch_zone_count = 2 -# APM server instance size -apm_server_size = "1g" # Standalone