benchmark

Function benchmark 

Source
pub fn benchmark(
    name: &str,
    iterations: usize,
    dimensions: usize,
) -> Result<f64, JsValue>
Expand description

Utility: Measure performance of an operation