Skip to content
Snippets Groups Projects
Commit 59bff5c3 authored by Sören Henning's avatar Sören Henning
Browse files

Reduce aggregation hierarchy for tests

parent d017a669
No related branches found
No related tags found
1 merge request!232Add smoke tests for benchmark
Pipeline #6333 passed
......@@ -48,7 +48,7 @@ services:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 4
NUM_NESTED_GROUPS: 4
NUM_NESTED_GROUPS: 3
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc4-beam-flink:${THEODOLITE_TAG:-latest}
#ports:
......
......@@ -62,4 +62,4 @@ services:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 4
NUM_NESTED_GROUPS: 4
NUM_NESTED_GROUPS: 3
......@@ -48,7 +48,7 @@ services:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 4
NUM_NESTED_GROUPS: 4
NUM_NESTED_GROUPS: 3
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc4-flink:${THEODOLITE_TAG:-latest}
#ports:
......
......@@ -56,4 +56,4 @@ services:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 4
NUM_NESTED_GROUPS: 4
\ No newline at end of file
NUM_NESTED_GROUPS: 3
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment