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

Apply 3 suggestion(s) to 3 file(s)

parent f8c0b74e
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
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.
*/
......
......@@ -5,7 +5,7 @@ import theodolite.util.LoadDimension
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.
*/
......
......@@ -3,7 +3,7 @@ package theodolite.util
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
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