From 57ebc8a1c6779d7e7276754838e83f1c026cceb9 Mon Sep 17 00:00:00 2001 From: Hongyu <39747921+HongyuHe@users.noreply.github.com> Date: Fri, 26 Mar 2021 15:47:14 +0100 Subject: 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. --- simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) (limited to 'simulator/opendc-simulator/opendc-simulator-compute/build.gradle.kts') 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") } -- cgit v1.2.3