Skip to content

Commit 225df98

Browse files
authored
PipelinePerfTest - reduce batch size for Saturation test (open-telemetry#1647)
https://open-telemetry.github.io/otel-arrow/benchmarks/continuous-saturation/ We are still losing small % of logs, so trying to reduce the batch size bit more.
1 parent c306b03 commit 225df98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/pipeline_perf_test/test_suites/integration/continuous/saturation-docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tests:
8484
backend_receiver_type: otlp
8585
observation_interval: 60
8686
signals_per_second: null # Using null means loadgen don't self-cap the rate.
87-
max_batch_size: 240
87+
max_batch_size: 200
8888
- name: OTAP-ATTR-OTLP
8989
from_template:
9090
path: test_suites/integration/templates/test_steps/df-loadgen-steps-docker.yaml
@@ -95,7 +95,7 @@ tests:
9595
backend_receiver_type: otlp
9696
observation_interval: 60
9797
signals_per_second: null # Using null means loadgen don't self-cap the rate.
98-
max_batch_size: 240
98+
max_batch_size: 200
9999
# - name: OTLP-ATTR-OTAP
100100
# from_template:
101101
# path: test_suites/integration/templates/test_steps/df-loadgen-steps-docker.yaml

0 commit comments

Comments
 (0)