kaira.benchmarks.BenchmarkResult

Inheritance diagram for BenchmarkResult
- class kaira.benchmarks.BenchmarkResult(benchmark_id: str, name: str, description: str, metrics: ~typing.Dict[str, ~typing.Any], execution_time: float, timestamp: str, metadata: ~typing.Dict[str, ~typing.Any] = <factory>)[source]
Bases:
objectContainer for benchmark results.
Methods
Save result to JSON file.
Convert result to dictionary.
Convert result to JSON string.
Attributes