Merge branch 'feature/151-introduce-benchmark-class' into 'theodolite-kotlin'
Introduce new Benchmark class and Patcher See merge request !85
No related branches found
No related tags found
Showing
- theodolite-quarkus/src/main/kotlin/theodolite/Main.kt 0 additions, 17 deletionstheodolite-quarkus/src/main/kotlin/theodolite/Main.kt
- theodolite-quarkus/src/main/kotlin/theodolite/benchmark/Benchmark.kt 13 additions, 0 deletions...quarkus/src/main/kotlin/theodolite/benchmark/Benchmark.kt
- theodolite-quarkus/src/main/kotlin/theodolite/benchmark/BenchmarkDeployment.kt 6 additions, 0 deletions...c/main/kotlin/theodolite/benchmark/BenchmarkDeployment.kt
- theodolite-quarkus/src/main/kotlin/theodolite/benchmark/BenchmarkExecution.kt 36 additions, 0 deletions...rc/main/kotlin/theodolite/benchmark/BenchmarkExecution.kt
- theodolite-quarkus/src/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt 58 additions, 0 deletions...c/main/kotlin/theodolite/benchmark/KubernetesBenchmark.kt
- theodolite-quarkus/src/main/kotlin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt 31 additions, 0 deletions...lin/theodolite/benchmark/KubernetesBenchmarkDeployment.kt
- theodolite-quarkus/src/main/kotlin/theodolite/evaluation/SLOChecker.kt 1 addition, 2 deletions...arkus/src/main/kotlin/theodolite/evaluation/SLOChecker.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt 9 additions, 2 deletions...src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt 13 additions, 6 deletions...main/kotlin/theodolite/execution/BenchmarkExecutorImpl.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt 27 additions, 47 deletions...rc/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteYamlExecutor.kt 27 additions, 0 deletions...ain/kotlin/theodolite/execution/TheodoliteYamlExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/k8s/ConfigMapManager.kt 0 additions, 15 deletions...uarkus/src/main/kotlin/theodolite/k8s/ConfigMapManager.kt
- theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sManager.kt 38 additions, 0 deletions...lite-quarkus/src/main/kotlin/theodolite/k8s/K8sManager.kt
- theodolite-quarkus/src/main/kotlin/theodolite/k8s/K8sResourceLoader.kt 81 additions, 0 deletions...arkus/src/main/kotlin/theodolite/k8s/K8sResourceLoader.kt
- theodolite-quarkus/src/main/kotlin/theodolite/k8s/ServiceManager.kt 0 additions, 22 deletions...-quarkus/src/main/kotlin/theodolite/k8s/ServiceManager.kt
- theodolite-quarkus/src/main/kotlin/theodolite/k8s/TopicManager.kt 9 additions, 20 deletions...te-quarkus/src/main/kotlin/theodolite/k8s/TopicManager.kt
- theodolite-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt 0 additions, 98 deletions...te-quarkus/src/main/kotlin/theodolite/k8s/UC1Benchmark.kt
- theodolite-quarkus/src/main/kotlin/theodolite/k8s/WorkloadGeneratorStateCleaner.kt 0 additions, 82 deletions...in/kotlin/theodolite/k8s/WorkloadGeneratorStateCleaner.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/AbstractPatcher.kt 9 additions, 0 deletions...kus/src/main/kotlin/theodolite/patcher/AbstractPatcher.kt
- theodolite-quarkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt 52 additions, 0 deletions...arkus/src/main/kotlin/theodolite/patcher/EnvVarPatcher.kt
Loading
Please register or sign in to comment