Run a simple single-task benchmark.
(self)
| 225 | |
| 226 | @abstractmethod |
| 227 | async def run_simple_task(self) -> BenchmarkMetrics: |
| 228 | """Run a simple single-task benchmark.""" |
| 229 | pass |
| 230 | |
| 231 | @abstractmethod |
| 232 | async def run_sequential_pipeline(self) -> BenchmarkMetrics: |
no outgoing calls