use ;
use *;
const LENGTH: usize = 10_000_000;
criterion_group!;
criterion_main!;
// #[cfg(feature = "polars")]
// #[bench]
// fn bench_linspace_pl(b: &mut Bencher) {
// use tea_core::polars::prelude::*;
// b.iter(|| {
// let _out: Float64Chunked = Vec1Create::linspace(Some(-2.), 19., LENGTH);
// });
// }