Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GoEdgeLab/EdgeNode
/ BenchmarkFindActionInstance
Function
BenchmarkFindActionInstance
internal/waf/action_utils_test.go:35–40 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
33
}
34
35
func
BenchmarkFindActionInstance(b *testing.B) {
36
runtime.GOMAXPROCS(1)
37
for
i := 0; i < b.N; i++ {
38
waf.FindActionInstance(waf.ActionGoSet, nil)
39
}
40
}
Callers
nothing calls this directly
Calls
1
FindActionInstance
Function · 0.92
Tested by
no test coverage detected