summaryrefslogtreecommitdiff
path: root/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
diff options
context:
space:
mode:
authorHongyu <39747921+HongyuHe@users.noreply.github.com>2021-03-26 15:47:14 +0100
committerGitHub <noreply@github.com>2021-03-26 15:47:14 +0100
commit57ebc8a1c6779d7e7276754838e83f1c026cceb9 (patch)
tree644ff72bba7e31dab19f4258f4feaeaa4bcc275a /simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
parent074dee1cbca7b3a024d45a3b9dd7d8b51acdd4ee (diff)
simulator: Extract hardware power values to a separate file (#105)
This change enables the use of the interpolation model testing on the results of the SPEC benchmark.
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts')
-rw-r--r--simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts1
1 files changed, 1 insertions, 0 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
index 149c0ed2..4b0069e3 100644
--- a/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
+++ b/simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts
@@ -34,4 +34,5 @@ dependencies {
api(project(":opendc-simulator:opendc-simulator-core"))
api(project(":opendc-simulator:opendc-simulator-resources"))
implementation(project(":opendc-utils"))
+ implementation("org.yaml:snakeyaml:1.28")
}