Skip to content

Commit

Permalink
Updating flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarge committed Jan 29, 2025
1 parent 82d6526 commit eb773b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ extensions, storageConfig, dataInput, verifyFlag, batchSize, loadStepId()
Loggers.MSG.debug("{}: item output file aggregator initialized", loadStepId());
}

if (!config.boolVal("output-metrics-skip-timing")) {
if (!config.boolVal("output-metrics-skip-aggregate-timing")) {
itemTimingMetricsOutputFileAggregators.add(
new ItemTimingMetricOutputFileAggregator(loadStepId(), fileMgrs));
Loggers.MSG.debug("{}: item metrics output file aggregator initialized", loadStepId());
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/config-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ output:
threshold: double
quantiles: list
skip:
timing: boolean
aggregate:
timing: boolean
run:
id: long
comment: string
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/config/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ output:
- 0.5
- 0.75
skip:
timing: false
aggregate:
timing: false

run:
id: 0
Expand Down

0 comments on commit eb773b2

Please sign in to comment.