diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/benchmark/Benchmark.kt b/theodolite-quarkus/src/main/kotlin/theodolite/benchmark/Benchmark.kt
index 2ef76bda398a576322c8fbe6e1836c70eb20e5ad..db7999b205c61d94fa17791a5d549a2620601b6b 100644
--- a/theodolite-quarkus/src/main/kotlin/theodolite/benchmark/Benchmark.kt
+++ b/theodolite-quarkus/src/main/kotlin/theodolite/benchmark/Benchmark.kt
@@ -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 {