summaryrefslogtreecommitdiff
path: root/simulator/opendc-simulator/opendc-simulator-compute/src/test
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-04 17:17:23 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2020-10-04 17:23:34 +0200
commit47f803afc14a50c467d2f5f7ff406824428223f7 (patch)
treeafb4109773039d908578bafd2f80edf70ef21e63 /simulator/opendc-simulator/opendc-simulator-compute/src/test
parent136c1b9ddc7bd9331d3552d681e9190fc6198271 (diff)
Reimplement performance interference in opendc-simulator-compute
This change reimplements the performance interference model originally implemented for the SimpleVirtDriver class, for SimHypervisor.
Diffstat (limited to 'simulator/opendc-simulator/opendc-simulator-compute/src/test')
-rw-r--r--simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt b/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt
index b9cd1b06..78bd2940 100644
--- a/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt
+++ b/simulator/opendc-simulator/opendc-simulator-compute/src/test/kotlin/org/opendc/simulator/compute/SimHypervisorTest.kt
@@ -36,7 +36,6 @@ import org.opendc.simulator.compute.model.ProcessingUnit
import org.opendc.simulator.compute.workload.SimTraceWorkload
import org.opendc.simulator.utils.DelayControllerClockAdapter
import java.time.Clock
-import java.util.*
/**
* Test suite for the [SimHypervisor] class.