summaryrefslogtreecommitdiff
path: root/simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts')
-rw-r--r--simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts
index 831ca3db..3b0a197c 100644
--- a/simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts
+++ b/simulator/opendc-simulator/opendc-simulator-resources/build.gradle.kts
@@ -26,6 +26,7 @@ plugins {
`kotlin-library-conventions`
`testing-conventions`
`jacoco-conventions`
+ `benchmark-conventions`
}
dependencies {
@@ -33,5 +34,6 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-coroutines-core")
implementation(project(":opendc-utils"))
+ jmhImplementation(project(":opendc-simulator:opendc-simulator-core"))
testImplementation(project(":opendc-simulator:opendc-simulator-core"))
}