Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/FunctionStream/function-stream
/ runPerf
Function
runPerf
cmd/perf/cmd.go:64–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
func
runPerf() (io.Closer, error) {
65
closer := newCloser(context.Background())
66
go
perf.New(config).Run(closer.ctx)
67
return
closer, nil
68
}
Callers
nothing calls this directly
Calls
3
New
Function · 0.92
newCloser
Function · 0.85
Run
Method · 0.65
Tested by
no test coverage detected