mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-21 23:01:00 +00:00
7 lines
110 B
Rust
7 lines
110 B
Rust
use criterion::criterion_main;
|
|
|
|
mod benchmarks;
|
|
|
|
criterion_main! {
|
|
benchmarks::media_playlist::benches,
|
|
}
|