diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2025-01-23 12:46:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 12:46:33 +0100 |
| commit | bb945c2fdd7b20898e3dfccbac7da2a427418216 (patch) | |
| tree | b08dd7489ad4e5f8f752f0d21f745b91dc7a3d1f /opendc-web/opendc-web-runner | |
| parent | 9403af12f5d015497894fab5a2dea93eb094ecaf (diff) | |
Added sampleFraction and submissionTime to the workloadSpec (#295)
* Added sampleFraction and submissionTime to the workloadSpec
* Removed commented code
Diffstat (limited to 'opendc-web/opendc-web-runner')
| -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. |
