summaryrefslogtreecommitdiff
path: root/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts')
-rw-r--r--simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
index 0005928f..149c0ed2 100644
--- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
+++ b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
@@ -20,12 +20,13 @@
* SOFTWARE.
*/
-description = "Library for simulation of cloud computing components"
+description = "Library for simulating computing workloads"
plugins {
`kotlin-library-conventions`
`testing-conventions`
`jacoco-conventions`
+ `benchmark-conventions`
}
dependencies {