()
| 566 | } |
| 567 | |
| 568 | export function getTotalDuration(): number { |
| 569 | return Date.now() - STATE.startTime |
| 570 | } |
| 571 | |
| 572 | export function getTotalAPIDurationWithoutRetries(): number { |
| 573 | return STATE.totalAPIDurationWithoutRetries |
no test coverage detected