Skip to content

Commit

Permalink
perf: manually add docker overrides to profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Oct 21, 2024
1 parent e397975 commit 651f456
Show file tree
Hide file tree
Showing 2 changed files with 16 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 @@ -12,8 +12,8 @@ TFVARS_SOURCE ?= terraform.tfvars.example

BENCHMARK_WARMUP_TIME ?= 5m
BENCHMARK_AGENTS ?= 64
BENCHMARK_COUNT ?= 3
BENCHMARK_TIME ?= 30m
BENCHMARK_COUNT ?= 2
BENCHMARK_TIME ?= 15m
BENCHMARK_RUN ?= Benchmark
BENCHMARK_RESULT ?= benchmark-result.txt
BENCHMARK_DETAILED ?= true
Expand Down
14 changes: 14 additions & 0 deletions testing/benchmark/system-profiles/8GBx1zone.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ apm_server_zone_count = 1
elasticsearch_size = "64g"
elasticsearch_zone_count = 2

# Docker

docker_image_override = {
"elasticsearch":"docker.elastic.co/cloud-release/elasticsearch-cloud-ess",
"kibana":"docker.elastic.co/cloud-release/kibana-cloud",
"apm":"docker.elastic.co/observability-ci/elastic-agent",
}

docker_image_tag_override = {
"elasticsearch":"8.16.0-SNAPSHOT",
"kibana":"8.16.0-SNAPSHOT",
"apm":"8.16.0-SNAPSHOT-rubenvanstaden-1729537655",
}

# Standalone

standalone_apm_server_instance_size = "c6i.xlarge"
Expand Down

0 comments on commit 651f456

Please sign in to comment.