mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2026-09-03 20:53:07 -05:00
fully generify OpSequence
This commit is contained in:
@@ -45,7 +45,7 @@ public class WebDriverAction implements SyncAction, ActivityDefObserver {
|
||||
@Override
|
||||
public int runCycle(long cycle) {
|
||||
|
||||
CommandTemplate commandTemplate = activity.getOpSequence().get(cycle);
|
||||
CommandTemplate commandTemplate = activity.getOpSequence().apply(cycle);
|
||||
try {
|
||||
WebDriverVerbs.execute(cycle, commandTemplate, context, dryrun);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user