Run a complex workflow benchmark.
(self)
| 240 | |
| 241 | @abstractmethod |
| 242 | async def run_complex_workflow(self) -> BenchmarkMetrics: |
| 243 | """Run a complex workflow benchmark.""" |
| 244 | pass |
| 245 | |
| 246 | @abstractmethod |
| 247 | async def run_memory_intensive(self) -> BenchmarkMetrics: |
no outgoing calls