Commit graph

7 commits

Author SHA1 Message Date
dvdsk
ff45ff80f6
adds resampler benchmark (implemented through UniformSource) 2024-11-21 18:01:21 +01:00
UnknownSuperficialNight
bdbc159eab Remove experimental bench comment 2024-10-03 01:19:46 +13:00
UnknownSuperficialNight
af210a67cc Fix agc_disable benchmark 2024-10-02 04:57:05 +13:00
UnknownSuperficialNight
b59533e382 Add new benchmark for disabled_agc 2024-10-01 00:50:45 +13:00
UnknownSuperficialNight
9bf97acfa6 Update benchmark to new default values 2024-09-30 12:44:55 +13:00
UnknownSuperficialNight
f4bb729235 Added benchmark for agc and inlines 2024-09-29 15:03:58 +13:00
github-actions[bot]
97befac520
Adds benchmarks for effects and type conversions
Benchmarks use the music.wav file, we use *divan* as benchmark harnass.
The time needed to load the wav file is excluded from the benchmark
by preparing the data into a special test Source. That source also
enables converting between formats.

In the future *divan* will add support for structured (json) output.
Then we could integrate with the bencher service to generate benchmark
reports for all PR's and keep a timeseries of performance.
2024-09-29 01:58:31 +02:00