Make use of the result object
Showing
- theodolite-quarkus/src/main/kotlin/theodolite/Main.kt 3 additions, 1 deletiontheodolite-quarkus/src/main/kotlin/theodolite/Main.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt 4 additions, 2 deletions...src/main/kotlin/theodolite/execution/BenchmarkExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/KafkaBenchmarkExecutor.kt 18 additions, 0 deletions...ain/kotlin/theodolite/execution/KafkaBenchmarkExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/TestBenchmarkExecutor.kt 10 additions, 3 deletions...main/kotlin/theodolite/execution/TestBenchmarkExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/execution/TheodoliteExecutor.kt 34 additions, 0 deletions...rc/main/kotlin/theodolite/execution/TheodoliteExecutor.kt
- theodolite-quarkus/src/main/kotlin/theodolite/strategies/restriction/LowerBoundRestriction.kt 2 additions, 3 deletions...heodolite/strategies/restriction/LowerBoundRestriction.kt
- theodolite-quarkus/src/main/kotlin/theodolite/strategies/searchstrategy/BinarySearch.kt 2 additions, 1 deletion...tlin/theodolite/strategies/searchstrategy/BinarySearch.kt
- theodolite-quarkus/src/main/kotlin/theodolite/strategies/searchstrategy/CompositeStrategy.kt 5 additions, 5 deletions...theodolite/strategies/searchstrategy/CompositeStrategy.kt
- theodolite-quarkus/src/main/kotlin/theodolite/strategies/searchstrategy/LinearSearch.kt 1 addition, 6 deletions...tlin/theodolite/strategies/searchstrategy/LinearSearch.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/Benchmark.kt 9 additions, 0 deletions...lite-quarkus/src/main/kotlin/theodolite/util/Benchmark.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/Config.kt 13 additions, 0 deletionstheodolite-quarkus/src/main/kotlin/theodolite/util/Config.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/KafkaBenchmark.kt 13 additions, 0 deletions...quarkus/src/main/kotlin/theodolite/util/KafkaBenchmark.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/Results.kt 7 additions, 5 deletions...dolite-quarkus/src/main/kotlin/theodolite/util/Results.kt
- theodolite-quarkus/src/main/kotlin/theodolite/util/TestBenchmark.kt 11 additions, 0 deletions...-quarkus/src/main/kotlin/theodolite/util/TestBenchmark.kt
- theodolite-quarkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt 7 additions, 7 deletions...arkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt
Loading
Please register or sign in to comment