Skip to content

Commit

Permalink
change benchmark count to 1 and time to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Oct 21, 2024
1 parent 43e968f commit 60e621a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions testing/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
-t ${CI_ELASTIC_AGENT_DOCKER_IMAGE}:${CUSTOM_IMAGE_TAG}
14 changes: 8 additions & 6 deletions testing/benchmark/system-profiles/1GBx1zone.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60e621a

Please sign in to comment.