mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -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
|
// TODO: Decide whether this should be part of ctor consistency
|
||||||
Map.of(
|
Map.of(
|
||||||
"summary", options.getReportSummaryTo(),
|
"summary", options.getReportSummaryTo(),
|
||||||
"logsdir", options.getLogsDirectory().toString()
|
"logsdir", options.getLogsDirectory().toString(),
|
||||||
|
"progress", options.getProgressSpec()
|
||||||
).forEach(session::setComponentProp);
|
).forEach(session::setComponentProp);
|
||||||
|
|
||||||
options.wantsReportCsvTo().ifPresent(cfg -> {
|
options.wantsReportCsvTo().ifPresent(cfg -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user