Skip to content

Commit

Permalink
test summary workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Jan 13, 2025
1 parent 8ccdf01 commit ddd2d7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/prof/src/summary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ impl GithubSummary {
.zip_eq(md_paths.iter())
.map(|((aggregated, prev_aggregated), md_path)| {
let md_filename = md_path.file_name().unwrap().to_str().unwrap();
println!("aggregated: {:?}", aggregated.by_group.keys());
println!("md_filename: {:?}", md_filename);
let mut row = aggregated.get_summary_row(md_filename).unwrap();
if let Some(prev_aggregated) = prev_aggregated {
// md_filename doesn't matter
Expand Down

0 comments on commit ddd2d7c

Please sign in to comment.