Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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
58
Callers
1
statsOption
Function · 0.80
Calls
1
Load
Method · 0.80
Tested by
no test coverage detected