Skip to content

Commit

Permalink
increase benchmark warmup to 10mins
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Dec 5, 2024
1 parent e17a39c commit bf91865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ APM_SERVER_GOARCH ?= amd64

TFVARS_SOURCE ?= terraform.tfvars.example

BENCHMARK_WARMUP_TIME ?= 5m
BENCHMARK_WARMUP_TIME ?= 10m
BENCHMARK_AGENTS ?= 64
BENCHMARK_COUNT ?= 6
BENCHMARK_TIME ?= 2m
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}

0 comments on commit bf91865

Please sign in to comment.