performance-metrics: Successful output should be on stdout not stderr

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-03-14 09:58:40 +00:00 committed by Sebastien Boeuf
parent a6d86b9496
commit f99c09fab7

View File

@ -493,7 +493,7 @@ fn main() {
.unwrap(),
)
} else {
Box::new(std::io::stderr())
Box::new(std::io::stdout())
};
report_file