From e7961599af20365fcfd3c99dd83a7858998dc213 Mon Sep 17 00:00:00 2001 From: Ruben van Staden Date: Sat, 26 Oct 2024 18:19:38 -0400 Subject: [PATCH] add baseline profile v0 for 8gb --- .../benchmark/system-profiles/v0_8gb.tfvars | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/benchmark/system-profiles/v0_8gb.tfvars diff --git a/testing/benchmark/system-profiles/v0_8gb.tfvars b/testing/benchmark/system-profiles/v0_8gb.tfvars new file mode 100644 index 00000000000..42a6b62c0a7 --- /dev/null +++ b/testing/benchmark/system-profiles/v0_8gb.tfvars @@ -0,0 +1,23 @@ +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.xlarge" +worker_region = "us-west-2" + +# Elastic Cloud + +apm_server_size = "8g" +apm_server_zone_count = 1 + +elasticsearch_size = "64g" +elasticsearch_zone_count = 2 + +# Standalone + +standalone_apm_server_instance_size = "c6i.xlarge" +standalone_moxy_instance_size = "c6i.2xlarge"