mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-12 13:42:34 +00:00
Benches: Add missing WavPack benchmark
This commit is contained in:
parent
f54481026e
commit
f46153c825
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue