Default Benchmark instance for shared usage throughout your tests. Each instance stores its own state from measurement results, so if you want to avoid global state, you can create additional instances as well.
Measure the time it takes for a function to execute.
Function to measure.
Options to customize the measurement.
Generated using TypeDoc
Default Benchmark instance for shared usage throughout your tests. Each instance stores its own state from measurement results, so if you want to avoid global state, you can create additional instances as well.