MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / Perf

Interface Perf

perf/perf.go:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type Perf interface {
49 Run(context.Context)
50}
51
52type perf struct {
53 config *Config

Callers 7

runPerfFunction · 0.65
startServerFunction · 0.65
TestSendToChannelFunction · 0.65
TestZeroValueFunction · 0.65
TestReceiveFromChannelFunction · 0.65

Implementers 3

perfperf/perf.go
Serverserver/server.go
FunctionInstanceImplfs/instance_impl.go

Calls

no outgoing calls

Tested by

no test coverage detected