MCPcopy Create free account
hub / github.com/eth-easl/dirigent / latency

Function latency

async/fire.go:156–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156func latency() {
157 for i := 0; i < 10; i++ {
158 Fire()
159 time.Sleep(500 * time.Millisecond)
160 }
161}
162
163func tp() {
164

Callers 1

mainFunction · 0.85

Calls 1

FireFunction · 0.85

Tested by

no test coverage detected