Run a sequential pipeline benchmark.
(self)
| 230 | |
| 231 | @abstractmethod |
| 232 | async def run_sequential_pipeline(self) -> BenchmarkMetrics: |
| 233 | """Run a sequential pipeline benchmark.""" |
| 234 | pass |
| 235 | |
| 236 | @abstractmethod |
| 237 | async def run_parallel_pipeline(self) -> BenchmarkMetrics: |
no outgoing calls