mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Speex
benchmark
This commit is contained in:
parent
c1725de93d
commit
8449dbd7b9
1 changed files with 6 additions and 4 deletions
|
@ -23,9 +23,10 @@ fn path_infer_read(c: &mut Criterion) {
|
|||
("FLAC", "tests/files/assets/full_test.flac"),
|
||||
("MP4", "tests/files/assets/m4a_codec_aac.m4a"),
|
||||
("MP3", "tests/files/assets/full_test.mp3"),
|
||||
("VORBIS", "tests/files/assets/full_test.ogg"),
|
||||
("OPUS", "tests/files/assets/full_test.opus"),
|
||||
("RIFF", "tests/files/assets/wav_format_pcm.wav")
|
||||
("RIFF", "tests/files/assets/wav_format_pcm.wav"),
|
||||
("SPEEX", "tests/files/assets/full_test.spx"),
|
||||
("VORBIS", "tests/files/assets/full_test.ogg")
|
||||
]
|
||||
);
|
||||
}
|
||||
|
@ -60,9 +61,10 @@ fn content_infer_read(c: &mut Criterion) {
|
|||
(FLAC, "../tests/files/assets/full_test.flac"),
|
||||
(MP4, "../tests/files/assets/m4a_codec_aac.m4a"),
|
||||
(MP3, "../tests/files/assets/full_test.mp3"),
|
||||
(VORBIS, "../tests/files/assets/full_test.ogg"),
|
||||
(OPUS, "../tests/files/assets/full_test.opus"),
|
||||
(RIFF, "../tests/files/assets/wav_format_pcm.wav")
|
||||
(RIFF, "../tests/files/assets/wav_format_pcm.wav"),
|
||||
(SPEEX, "../tests/files/assets/full_test.spx"),
|
||||
(VORBIS, "../tests/files/assets/full_test.ogg")
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue