Skip to content

Commit

Permalink
fix: Add some logging when writing report
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Sep 23, 2024
1 parent 36f9329 commit c8f3181
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ pub async fn run(run_config: RunConfiguration,
let path=Path::new(&path);
let writer=BenchmarkReportWriter::new(config.clone(), report)?;
writer.json(path).await?;
info!("Report saved to {:?}",path);
},
Err(e) => {
error!("Error running benchmark: {:?}", e.to_string());
Expand Down

0 comments on commit c8f3181

Please sign in to comment.