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
|
@ -55,8 +55,8 @@ fn agc(bencher: Bencher) {
|
||||||
source
|
source
|
||||||
.automatic_gain_control(
|
.automatic_gain_control(
|
||||||
1.0, // target_level
|
1.0, // target_level
|
||||||
2.0, // attack_time (in seconds)
|
4.0, // attack_time (in seconds)
|
||||||
0.01, // release_time (in seconds)
|
0.005, // release_time (in seconds)
|
||||||
5.0, // absolute_max_gain
|
5.0, // absolute_max_gain
|
||||||
)
|
)
|
||||||
.for_each(divan::black_box_drop)
|
.for_each(divan::black_box_drop)
|
||||||
|
|
Loading…
Reference in a new issue