Skip to content

Commit

Permalink
increase benchmark count to 12 and from es size to 15g to 1gb server
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Dec 12, 2024
1 parent 5043af2 commit b2e7ec0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/benchmark/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TFVARS_SOURCE ?= terraform.tfvars.example

BENCHMARK_WARMUP_TIME ?= 10m
BENCHMARK_AGENTS ?= 64
BENCHMARK_COUNT ?= 6
BENCHMARK_COUNT ?= 12
BENCHMARK_TIME ?= 2m
BENCHMARK_RUN ?= Benchmark
BENCHMARK_RESULT ?= benchmark-result.txt
Expand Down
2 changes: 1 addition & 1 deletion testing/benchmark/system-profiles/1gb_v0.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ worker_region = "us-west-2"
apm_server_size = "1g"
apm_server_zone_count = 1

elasticsearch_size = "30g"
elasticsearch_size = "15g"
elasticsearch_zone_count = 2

# Standalone
Expand Down

0 comments on commit b2e7ec0

Please sign in to comment.