Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Jan 13, 2025
1 parent dce5082 commit b12fc7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/prof/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ fn main() -> Result<()> {
md_paths.push(md_path);
aggregated_metrics.push((aggregated, prev_aggregated));
}
println!("aggregated_metrics: {:?}", aggregated_metrics);
if let Some(command) = args.command {
match command {
Commands::Summary(cmd) => {
Expand Down

0 comments on commit b12fc7e

Please sign in to comment.