Run concurrent tasks benchmark.
(self)
| 250 | |
| 251 | @abstractmethod |
| 252 | async def run_concurrent_tasks(self) -> BenchmarkMetrics: |
| 253 | """Run concurrent tasks benchmark.""" |
| 254 | pass |
| 255 | |
| 256 | async def run_scenario(self, scenario: BenchmarkScenario) -> BenchmarkMetrics: |
| 257 | """Run a specific benchmark scenario.""" |