mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-01-11 08:22:04 -06:00
Allow progress indicator to be configured
This commit is contained in:
parent
5e5c48f1ff
commit
309cb67587
@ -416,7 +416,8 @@ public class NBCLI implements Function<String[], Integer>, NBLabeledElement {
|
||||
// TODO: Decide whether this should be part of ctor consistency
|
||||
Map.of(
|
||||
"summary", options.getReportSummaryTo(),
|
||||
"logsdir", options.getLogsDirectory().toString()
|
||||
"logsdir", options.getLogsDirectory().toString(),
|
||||
"progress", options.getProgressSpec()
|
||||
).forEach(session::setComponentProp);
|
||||
|
||||
options.wantsReportCsvTo().ifPresent(cfg -> {
|
||||
|
Loading…
Reference in New Issue
Block a user