From bb945c2fdd7b20898e3dfccbac7da2a427418216 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Thu, 23 Jan 2025 12:46:33 +0100 Subject: Added sampleFraction and submissionTime to the workloadSpec (#295) * Added sampleFraction and submissionTime to the workloadSpec * Removed commented code --- .../src/main/kotlin/org/opendc/web/runner/OpenDCRunner.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-web') diff --git a/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/OpenDCRunner.kt b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/OpenDCRunner.kt index 8684132c..196d6a93 100644 --- a/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/OpenDCRunner.kt +++ b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/OpenDCRunner.kt @@ -85,7 +85,7 @@ public class OpenDCRunner( /** * Helper class to load the workloads. */ - private val workloadLoader = ComputeWorkloadLoader(tracePath, 0L, 0L, 0.0) + private val workloadLoader = ComputeWorkloadLoader(tracePath) /** * The [ForkJoinPool] that is used to execute the simulation jobs. -- cgit v1.2.3