pub fn benchmark_conversion_methods<S, T>( slice: &[S], ) -> HashMap<String, Duration>where S: Copy + NumCast + PartialOrd + Display + Send + Sync + 'static, T: Bounded + NumCast + PartialOrd + Display + Send + Sync + Copy + 'static,
Benchmark different conversion methods