Commits on Source (37)
-
f0118fda
-
9497c5a4
-
0c8ab4b6
-
Sören Henning authoredf9f14a06
-
Sören Henning authoreda2533b8c
-
Sören Henning authored498efd05
-
The lag analysis and trend slope computer may fail to various reasons. But the benchmark should continoue, because this may be only temporary errors.
de79021e -
Björn Vonheiden authorededd6a3bf
-
Sören Henning authored8288df9b
-
Sören Henning authored
Continue benchmark in case of analysis failure. Closes #119 See merge request !73
3fba1f58 -
Björn Vonheiden authored
This enables be more dynamic with evaluations. For lower loads the trend slope should be smaller.
22fcb484 -
Björn Vonheiden authored87767ea9
-
Sören Henning authored
Make Benchmark Trend Slop Threshold configureable Closes #121 See merge request !74
d5639df4 -
Sören Henning authored10decb60
-
Sören Henning authoredefd74933
-
Sören Henning authored92dbd3bf
-
Sören Henning authored87bd05d4
-
Sören Henning authored376cdd2c
-
Sören Henning authoredad40a603
-
Sören Henning authoredf1434584
-
Sören Henning authored43bf12d4
-
Sören Henning authored0f8ed021
-
Björn Vonheiden authored1dc59867
-
Sören Henning authored
enable topic optimization See merge request !76
23a13526 -
Björn Vonheiden authored
The topic feedback topic and output topic were interchanged. This not changes any functionality in execution but confuses.
9a1bcc4e -
Sören Henning authored
Rearange topics in uc2 See merge request !77
62c210d8 -
Sören Henning authored8474935a
-
Sören Henning authored28790248
-
Sören Henning authored
Auto build and deploy theodolite See merge request !58
b6055acf -
Sören Henning authored28366dd7
-
Sören Henning authored8e0b696d
-
bf531271
-
ef2bafdb
-
80f9778d
-
9f38310c
-
b4580707
-
Sören Henning authored
Base Template for Theodolite Kotlin Implementation See merge request !75
e9357c10
Showing
- .gitlab-ci.yml 12 additions, 1 deletion.gitlab-ci.yml
- analysis/.dockerignore 2 additions, 0 deletionsanalysis/.dockerignore
- analysis/Dockerfile 7 additions, 0 deletionsanalysis/Dockerfile
- analysis/README.md 25 additions, 7 deletionsanalysis/README.md
- benchmarks/application-kafkastreams-commons/src/main/java/theodolite/commons/kafkastreams/KafkaStreamsBuilder.java 3 additions, 2 deletions.../theodolite/commons/kafkastreams/KafkaStreamsBuilder.java
- benchmarks/uc1-application/src/main/java/theodolite/uc1/streamprocessing/TopologyBuilder.java 3 additions, 2 deletions...java/theodolite/uc1/streamprocessing/TopologyBuilder.java
- benchmarks/uc1-application/src/main/java/theodolite/uc1/streamprocessing/Uc1KafkaStreamsBuilder.java 3 additions, 2 deletions...eodolite/uc1/streamprocessing/Uc1KafkaStreamsBuilder.java
- benchmarks/uc2-application/src/main/java/theodolite/uc2/streamprocessing/TopologyBuilder.java 4 additions, 3 deletions...java/theodolite/uc2/streamprocessing/TopologyBuilder.java
- benchmarks/uc2-application/src/main/java/theodolite/uc2/streamprocessing/Uc2KafkaStreamsBuilder.java 4 additions, 3 deletions...eodolite/uc2/streamprocessing/Uc2KafkaStreamsBuilder.java
- benchmarks/uc3-application/src/main/java/theodolite/uc3/streamprocessing/TopologyBuilder.java 3 additions, 2 deletions...java/theodolite/uc3/streamprocessing/TopologyBuilder.java
- benchmarks/uc3-application/src/main/java/theodolite/uc3/streamprocessing/Uc3KafkaStreamsBuilder.java 3 additions, 2 deletions...eodolite/uc3/streamprocessing/Uc3KafkaStreamsBuilder.java
- benchmarks/uc4-application/src/main/java/theodolite/uc4/streamprocessing/TopologyBuilder.java 3 additions, 2 deletions...java/theodolite/uc4/streamprocessing/TopologyBuilder.java
- benchmarks/uc4-application/src/main/java/theodolite/uc4/streamprocessing/Uc4KafkaStreamsBuilder.java 3 additions, 2 deletions...eodolite/uc4/streamprocessing/Uc4KafkaStreamsBuilder.java
- execution/.gitlab-ci.yml 61 additions, 0 deletionsexecution/.gitlab-ci.yml
- execution/README.md 125 additions, 71 deletionsexecution/README.md
- execution/infrastructure/grafana/values.yaml 3 additions, 1 deletionexecution/infrastructure/grafana/values.yaml
- execution/lib/cli_parser.py 5 additions, 0 deletionsexecution/lib/cli_parser.py
- execution/lib/trend_slope_computer.py 2 additions, 2 deletionsexecution/lib/trend_slope_computer.py
- execution/run_uc.py 10 additions, 2 deletionsexecution/run_uc.py
- execution/strategies/config.py 1 addition, 0 deletionsexecution/strategies/config.py
analysis/.dockerignore
0 → 100644
analysis/Dockerfile
0 → 100644
execution/.gitlab-ci.yml
0 → 100644