Skip to content

Commit

Permalink
derive TypeGenerator for UpscalingInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
taegyunkim committed May 28, 2024
1 parent aed9801 commit 900d192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions profiling/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ pub struct Sample<'a> {
}

#[derive(Debug)]
#[cfg_attr(test, derive(bolero_generator::TypeGenerator))]
pub enum UpscalingInfo {
Poisson {
// sum_value_offset and count_value_offset are offsets in the profile values type array
Expand Down

0 comments on commit 900d192

Please sign in to comment.