-
- Downloads
Merge branch 'master' into feature/381-get-multiple-slo-results
No related branches found
No related tags found
Showing
- docs/Gemfile.lock 1 addition, 1 deletiondocs/Gemfile.lock
- docs/api-reference/crds.md 142 additions, 35 deletionsdocs/api-reference/crds.md
- slo-checker/generic/app/main.py 1 addition, 1 deletionslo-checker/generic/app/main.py
- slo-checker/generic/resources/test-1-rep-success.json 1 addition, 1 deletionslo-checker/generic/resources/test-1-rep-success.json
- theodolite/crd/crd-benchmark.yaml 30 additions, 1 deletiontheodolite/crd/crd-benchmark.yaml
- theodolite/crd/crd-execution.yaml 25 additions, 21 deletionstheodolite/crd/crd-execution.yaml
- theodolite/examples/operator/example-benchmark.yaml 9 additions, 0 deletionstheodolite/examples/operator/example-benchmark.yaml
- theodolite/examples/operator/example-execution.yaml 7 additions, 9 deletionstheodolite/examples/operator/example-execution.yaml
- theodolite/src/main/kotlin/rocks/theodolite/core/Config.kt 21 additions, 0 deletionstheodolite/src/main/kotlin/rocks/theodolite/core/Config.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/ExecutionRunner.kt 50 additions, 0 deletions.../src/main/kotlin/rocks/theodolite/core/ExecutionRunner.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/ExperimentRunner.kt 29 additions, 0 deletions...src/main/kotlin/rocks/theodolite/core/ExperimentRunner.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/IOHandler.kt 1 addition, 1 deletion...dolite/src/main/kotlin/rocks/theodolite/core/IOHandler.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/Results.kt 127 additions, 0 deletionstheodolite/src/main/kotlin/rocks/theodolite/core/Results.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/strategies/Metric.kt 11 additions, 0 deletions...rc/main/kotlin/rocks/theodolite/core/strategies/Metric.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/strategies/StrategyFactory.kt 84 additions, 0 deletions...otlin/rocks/theodolite/core/strategies/StrategyFactory.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/strategies/guessstrategy/GuessStrategy.kt 22 additions, 0 deletions...theodolite/core/strategies/guessstrategy/GuessStrategy.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/strategies/guessstrategy/PrevInstanceOptGuess.kt 28 additions, 0 deletions...ite/core/strategies/guessstrategy/PrevInstanceOptGuess.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/strategies/restrictionstrategy/LowerBoundRestriction.kt 24 additions, 0 deletions...e/strategies/restrictionstrategy/LowerBoundRestriction.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/strategies/restrictionstrategy/RestrictionStrategy.kt 24 additions, 0 deletions...ore/strategies/restrictionstrategy/RestrictionStrategy.kt
- theodolite/src/main/kotlin/rocks/theodolite/core/strategies/searchstrategy/BinarySearch.kt 108 additions, 0 deletions...theodolite/core/strategies/searchstrategy/BinarySearch.kt
Loading
Please register or sign in to comment