pub fn bench_with_allocation_tracking<F>( name: &str, operation: F, estimated_allocs_per_call: usize, ) -> AllocationResultwhere F: FnMut() + Send,
Benchmark with estimated memory allocation tracking