()
| 52 | func (h *statsHooks) OnRetry(context.Context, hey.RequestInfo, int, error) {} |
| 53 | |
| 54 | func (h *statsHooks) RequestCount() int { return int(h.requestCount.Load()) } |
| 55 | func (h *statsHooks) TotalLatency() time.Duration { return time.Duration(h.totalLatency.Load()) } |
| 56 | |
| 57 | var sdkStats *statsHooks |