pub fn benchmark( name: &str, iterations: usize, dimensions: usize, ) -> Result<f64, JsValue>
Utility: Measure performance of an operation