(request_index: int, request: str, reason: str)
| 3549 | "--audio-sequence", |
| 3550 | ",".join(str(path) for path in audio_requests), |
| 3551 | "--backend", |
| 3552 | backend, |
| 3553 | "--device", |
| 3554 | str(args.device), |
| 3555 | "--threads", |
| 3556 | str(args.threads), |
| 3557 | "--warmup", |
| 3558 | str(args.warmup), |
| 3559 | "--iterations", |
| 3560 | str(args.iterations), |
| 3561 | ] |