Skip to content
Snippets Groups Projects
Commit d7884441 authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

Improve KDoc

parent abcecb92
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
...@@ -7,10 +7,9 @@ import theodolite.util.Resource ...@@ -7,10 +7,9 @@ import theodolite.util.Resource
/** /**
* A Benchmark contains: * A Benchmark contains:
* - The resources to be benchmarked.
* - The [Resource]s that can be scaled for the benchmark. * - The [Resource]s that can be scaled for the benchmark.
* - The [LoadDimension]s that can be scaled the benchmark. * - The [LoadDimension]s that can be scaled the benchmark.
* - additional infrastructure configurations. * - additional [ConfigurationOverride]s.
*/ */
@RegisterForReflection @RegisterForReflection
interface Benchmark { interface Benchmark {
......
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