Skip to content
Snippets Groups Projects
Commit 69f9804e authored by Lorenz Boguhn's avatar Lorenz Boguhn
Browse files

Merge branch '140-add-kdoc' of git.se.informatik.uni-kiel.de:stu203404/spesb into 140-add-kdoc

parents e1dbf940 5f6b4278
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!112Add Kdoc,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -5,7 +5,7 @@ import theodolite.util.LoadDimension ...@@ -5,7 +5,7 @@ import theodolite.util.LoadDimension
import theodolite.util.Resource import theodolite.util.Resource
/** /**
* Binary search-like implementation of determining the smallest suitable number of instances. * Binary-search-like implementation for determining the smallest suitable number of instances.
* *
* @param benchmarkExecutor Benchmark executor which runs the individual benchmarks. * @param benchmarkExecutor Benchmark executor which runs the individual benchmarks.
*/ */
......
...@@ -5,7 +5,7 @@ import theodolite.util.LoadDimension ...@@ -5,7 +5,7 @@ import theodolite.util.LoadDimension
import theodolite.util.Resource import theodolite.util.Resource
/** /**
* Linear search-like implementation of determining the smallest suitable number of instances. * Linear-search-like implementation for determining the smallest suitable number of instances.
* *
* @param benchmarkExecutor Benchmark executor which runs the individual benchmarks. * @param benchmarkExecutor Benchmark executor which runs the individual benchmarks.
*/ */
......
...@@ -3,7 +3,7 @@ package theodolite.util ...@@ -3,7 +3,7 @@ package theodolite.util
import io.quarkus.runtime.annotations.RegisterForReflection import io.quarkus.runtime.annotations.RegisterForReflection
/** /**
* Representation of the resources for a execution of Theodolite. * Representation of the resources for an execution of Theodolite.
*/ */
@RegisterForReflection @RegisterForReflection
data class Resource(private val number: Int, private val type: List<PatcherDefinition>) { data class Resource(private val number: Int, private val type: List<PatcherDefinition>) {
......
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