Skip to content

Commit

Permalink
Update benchmark to new default values
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownSuperficialNight committed Sep 29, 2024
1 parent beeacf6 commit 9bf97ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions benches/effects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ fn agc(bencher: Bencher) {
.bench_values(|source| {
source
.automatic_gain_control(
1.0, // target_level
2.0, // attack_time (in seconds)
0.01, // release_time (in seconds)
5.0, // absolute_max_gain
1.0, // target_level
4.0, // attack_time (in seconds)
0.005, // release_time (in seconds)
5.0, // absolute_max_gain
)
.for_each(divan::black_box_drop)
})
Expand Down

0 comments on commit 9bf97ac

Please sign in to comment.