Skip to content
Snippets Groups Projects

Add Kdoc

Merged Lorenz Boguhn requested to merge stu203404/theodolite:140-add-kdoc into theodolite-kotlin
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -7,10 +7,9 @@ import theodolite.util.Resource
/**
* A Benchmark contains:
* - The resources to be benchmarked.
* - The [Resource]s that can be scaled for the benchmark.
* - The [LoadDimension]s that can be scaled the benchmark.
* - additional infrastructure configurations.
* - additional [ConfigurationOverride]s.
*/
@RegisterForReflection
interface Benchmark {
Loading