Skip to content
Snippets Groups Projects
Commit c09f4de1 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 4ea2b034
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus,!78Resolve "Implement Quarkus/Kotlin protype"
...@@ -28,7 +28,7 @@ class TheodoliteExecutor() { ...@@ -28,7 +28,7 @@ class TheodoliteExecutor() {
wgImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-workload-generator:latest" wgImageURL = "ghcr.io/cau-se/theodolite-uc1-kstreams-workload-generator:latest"
)) ))
val results: Results = Results() val results: Results = Results()
val executionDuration = Duration.ofSeconds(60*5 ) val executionDuration = Duration.ofSeconds(60*5)
val executor: BenchmarkExecutor = KafkaBenchmarkExecutor(benchmark, results, executionDuration) val executor: BenchmarkExecutor = KafkaBenchmarkExecutor(benchmark, results, executionDuration)
val restrictionStrategy = LowerBoundRestriction(results) val restrictionStrategy = LowerBoundRestriction(results)
......
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