From ab7d7c84652ec4b0ac1081b76add56824de851f1 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Sun, 26 Jul 2026 22:33:21 +0200 Subject: feat: removed the generated output and the python scripts to plot the results --- .../main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'opendc-compute/opendc-compute-simulator') diff --git a/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt index 237344f2..0d1cc408 100644 --- a/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt +++ b/opendc-compute/opendc-compute-simulator/src/main/kotlin/org/opendc/compute/simulator/scheduler/SmartScheduler.kt @@ -68,6 +68,7 @@ public class SmartScheduler : ComputeScheduler { override fun select(iter: MutableIterator): SchedulingResult { client?.checkForInsights() + var unluckyHost = listOf("") if (numHosts == 0) { -- cgit v1.2.3