diff options
Diffstat (limited to 'opendc-web/opendc-web-runner/src')
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/OpenDCRunner.kt | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
