mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
add support for scenarios from a http service
This commit is contained in:
@@ -98,7 +98,7 @@ public class NBCLIScenarioParser {
|
||||
.prefix(includes)
|
||||
.name(workloadName)
|
||||
.extension(RawStmtsLoader.YAML_EXTENSIONS)
|
||||
.one();
|
||||
.first().orElseThrow();
|
||||
|
||||
StmtsDocList stmts = StatementsLoader.loadContent(logger, yamlWithNamedScenarios, userParams);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user