Skip to content

Commit

Permalink
Reuse same writers for global summaries as for regular summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Dec 9, 2024
1 parent 9d75e17 commit 57fd812
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ pub fn get_writers(start_time: Timestamp, config: &Config) -> Writers {
&filetime,
start_time,
));
global_summary_writers.push(get_output_writer(
Some("-"),
"global_summary",
&filetime,
start_time,
));
}

if let Some(p) = plan_out {
Expand Down

0 comments on commit 57fd812

Please sign in to comment.