diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-11-16 15:49:46 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-11-16 15:49:46 +0100 |
| commit | 1cfd967d6d27f339b264449ff2a1adeb705de598 (patch) | |
| tree | 6dc98eb37c05f7b07adff1d4e085f16c35727f6b /opendc-web/opendc-web-runner/src | |
| parent | 381c7589cbf01ca6ed321c58c8a3a9cbea6ebd84 (diff) | |
feat(workflow): Add helper tools for workflow simulations
This change adds a new module, opendc-workflow-workload that contains
helper code for constructing workflow simulations using OpenDC.
Diffstat (limited to 'opendc-web/opendc-web-runner/src')
| -rw-r--r-- | opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/Main.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/Main.kt b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/Main.kt index a1bc869e..5d6bc37f 100644 --- a/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/Main.kt +++ b/opendc-web/opendc-web-runner/src/main/kotlin/org/opendc/web/runner/Main.kt @@ -185,7 +185,7 @@ class RunnerCli : CliktCommand(name = "runner") { else null - val simulator = ComputeWorkloadRunner( + val simulator = ComputeServiceHelper( coroutineContext, clock, computeScheduler, |
