Skip to content

Commit

Permalink
Fix agc_disable benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownSuperficialNight committed Oct 1, 2024
1 parent ef60286 commit af210a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benches/effects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ fn agc_enabled(bencher: Bencher) {
})
}

#[cfg(feature = "experimental")]
// Do note you will need to pass --features experimental to run this benchmark
#[divan::bench]
fn agc_disabled(bencher: Bencher) {
bencher
Expand Down

0 comments on commit af210a6

Please sign in to comment.