timeit
timeit copied to clipboard
remove dependency on time crate and use std::time::Instant instead
similar to the other PR but uses the more modern Duration::as_secs_f64
and adds a test