mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Delayed start
This commit is contained in:
parent
97e992bce8
commit
9583c49542
@ -113,7 +113,7 @@ public class ActivityExecutorTest {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public synchronized void testNewActivityExecutor() {
|
public synchronized void testNewActivityExecutor() {
|
||||||
ActivityDef ad = ActivityDef.parseActivityDef("driver=diag;alias=test;cycles=1000;");
|
ActivityDef ad = ActivityDef.parseActivityDef("driver=diag;alias=test;cycles=1000;initdelay=5000;");
|
||||||
Optional<ActivityType> activityType = new ActivityTypeLoader().load(ad);
|
Optional<ActivityType> activityType = new ActivityTypeLoader().load(ad);
|
||||||
Input longSupplier = new AtomicInput(ad);
|
Input longSupplier = new AtomicInput(ad);
|
||||||
MotorDispenser<?> cmf = getActivityMotorFactory(
|
MotorDispenser<?> cmf = getActivityMotorFactory(
|
||||||
|
Loading…
Reference in New Issue
Block a user