()
| 588 | } |
| 589 | |
| 590 | export function getTotalDuration(): number { |
| 591 | return Date.now() - STATE.startTime |
| 592 | } |
| 593 | |
| 594 | export function getTotalAPIDurationWithoutRetries(): number { |
| 595 | return STATE.totalAPIDurationWithoutRetries |
no outgoing calls
no test coverage detected