Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
func
latency() {
157
for
i := 0; i < 10; i++ {
158
Fire()
159
time.Sleep(500 * time.Millisecond)
160
}
161
}
162
163
func
tp() {
164
Callers
1
main
Function · 0.85
Calls
1
Fire
Function · 0.85
Tested by
no test coverage detected