mirror of
https://github.com/RustAudio/rodio
synced 2024-12-12 13:12:30 +00:00
Update benchmark to new default values
This commit is contained in:
parent
beeacf6e4a
commit
9bf97acfa6
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue