Hybrid Benchmarks¶
flowcean.hybrid.benchmarks is the canonical facade for reusable hybrid-system benchmark factories, their input streams, and registry metadata. Import a factory or use registry() to discover the available systems.
benchmarks
¶
Hybrid system benchmark suite.
Attributes¶
Classes¶
BenchmarkSpec
dataclass
¶
BenchmarkSpec(name: str, factory: Callable[[], HybridSystem], tags: tuple[str, ...], description: str, t_span: tuple[float, float], input_stream: InputStream | None = None)
Metadata and factory for a benchmark system.