(base_config: dict[str, Any], stage: StageSpec, request_index: int)
| 198 | |
| 199 | |
| 200 | def build_payload(base_config: dict[str, Any], stage: StageSpec, request_index: int) -> dict[str, Any]: |
| 201 | return _build_request_payload(base_config, stage, request_index) |
| 202 | |
| 203 | |
| 204 | def send_workload_end_signal() -> None: |
no test coverage detected