mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
yaml -> workload & type -> driver synonyms + docs
This commit is contained in:
@@ -95,7 +95,7 @@ public class ActivityDef {
|
||||
}
|
||||
|
||||
public String getActivityType() {
|
||||
return parameterMap.getOptionalString("type").orElse(DEFAULT_ATYPE);
|
||||
return parameterMap.getOptionalString("type", "driver").orElse(DEFAULT_ATYPE);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user