Skip to content

Commit

Permalink
change benchmark count to 3 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 3f53ab5 commit e397975
Showing 1 changed file with 3 additions and 3 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 ?= 3
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}

0 comments on commit e397975

Please sign in to comment.