Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
253 changes: 102 additions & 151 deletions .github/workflows/regression.yml

Large diffs are not rendered by default.

210 changes: 0 additions & 210 deletions .github/workflows/workload_checks.yml

This file was deleted.

12 changes: 12 additions & 0 deletions regression/cases/datadog_agent_remap_blackhole/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

11 changes: 11 additions & 0 deletions regression/cases/file_to_blackhole/experiment.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
optimization_goal: egress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

12 changes: 12 additions & 0 deletions regression/cases/fluent_elasticsearch/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

12 changes: 12 additions & 0 deletions regression/cases/http_elasticsearch/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

12 changes: 12 additions & 0 deletions regression/cases/http_text_to_http_json/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

12 changes: 12 additions & 0 deletions regression/cases/http_to_http_acks/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

13 changes: 13 additions & 0 deletions regression/cases/http_to_http_json/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

13 changes: 13 additions & 0 deletions regression/cases/http_to_http_noack/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

13 changes: 13 additions & 0 deletions regression/cases/http_to_s3/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

13 changes: 13 additions & 0 deletions regression/cases/otlp_grpc_to_blackhole/experiment.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

11 changes: 11 additions & 0 deletions regression/cases/otlp_http_to_blackhole/experiment.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
optimization_goal: ingress_throughput

target:
name: vector
command: /usr/bin/vector
cpu_allotment: 7
memory_allotment: 30g

environment:
VECTOR_THREADS: 4
VECTOR_REQUIRE_HEALTHY: true

Loading