BenchmarkResults¶
- class rayne.benchmark_results.BenchmarkResults(name: str, run_times: List[int])¶
The results of running a microbenchmark
The
Benchmarkpasses this object to thereportersafter it benchmarks the user code. Custom reporters must take oneBenchmarkResultsobject.