Benches: Add missing WavPack benchmark

This commit is contained in:
Serial 2022-07-24 19:11:01 -04:00
parent f54481026e
commit f46153c825
No known key found for this signature in database
GPG key ID: DA95198DC17C4568

View file

@ -37,7 +37,8 @@ fn content_infer_read(c: &mut Criterion) {
(OPUS, "../tests/files/assets/minimal/full_test.opus"),
(RIFF, "../tests/files/assets/minimal/wav_format_pcm.wav"),
(SPEEX, "../tests/files/assets/minimal/full_test.spx"),
(VORBIS, "../tests/files/assets/minimal/full_test.ogg")
(VORBIS, "../tests/files/assets/minimal/full_test.ogg"),
(WAVPACK, "../tests/files/assets/minimal/full_test.wv")
]
);
}