MCPcopy Create free account
hub / github.com/basecamp/hey-cli / TotalLatency

Method TotalLatency

internal/cmd/sdk.go:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53
54func (h *statsHooks) RequestCount() int { return int(h.requestCount.Load()) }
55func (h *statsHooks) TotalLatency() time.Duration { return time.Duration(h.totalLatency.Load()) }
56
57var sdkStats *statsHooks
58

Callers 1

statsOptionFunction · 0.80

Calls 1

LoadMethod · 0.80

Tested by

no test coverage detected