Skip to content

Commit

Permalink
feat(process_reports): add merge preset
Browse files Browse the repository at this point in the history
  • Loading branch information
ErichDonGubler committed Nov 1, 2023
1 parent 54a01a4 commit 87ae6e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moz-webgpu-cts/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ enum Subcommand {

#[derive(Clone, Copy, Debug, ValueEnum)]
enum ReportProcessingPreset {
Merge,
ResetContradictory,
ResetAll,
}
Expand Down Expand Up @@ -504,6 +505,7 @@ fn run(cli: Cli) -> ExitCode {
}
}
}
ReportProcessingPreset::Merge => |meta, rep| meta | rep,
};

if metadata == reported {
Expand Down

0 comments on commit 87ae6e2

Please sign in to comment.