summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-capelin/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'opendc-experiments/opendc-experiments-capelin/src/test')
-rw-r--r--opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt8
1 files changed, 4 insertions, 4 deletions
diff --git a/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt b/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt
index 1a8948f3..eedc3131 100644
--- a/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt
+++ b/opendc-experiments/opendc-experiments-capelin/src/test/kotlin/org/opendc/experiments/capelin/CapelinIntegrationTest.kt
@@ -83,7 +83,7 @@ class CapelinIntegrationTest {
@Test
fun testLarge() = runBlockingSimulation {
val workload = createTestWorkload(1.0)
- val runner = ComputeWorkloadRunner(
+ val runner = ComputeServiceHelper(
coroutineContext,
clock,
computeScheduler
@@ -131,7 +131,7 @@ class CapelinIntegrationTest {
val seed = 1
val workload = createTestWorkload(0.25, seed)
- val simulator = ComputeWorkloadRunner(
+ val simulator = ComputeServiceHelper(
coroutineContext,
clock,
computeScheduler
@@ -180,7 +180,7 @@ class CapelinIntegrationTest {
.read(perfInterferenceInput)
.withSeed(seed.toLong())
- val simulator = ComputeWorkloadRunner(
+ val simulator = ComputeServiceHelper(
coroutineContext,
clock,
computeScheduler,
@@ -222,7 +222,7 @@ class CapelinIntegrationTest {
@Test
fun testFailures() = runBlockingSimulation {
val seed = 1
- val simulator = ComputeWorkloadRunner(
+ val simulator = ComputeServiceHelper(
coroutineContext,
clock,
computeScheduler,