Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ProspectOne/perfops-cli
/ cmpError
Function
cmpError
perfops/run_test.go:702–704 ·
view source on GitHub ↗
(a, b error)
Source
from the content-addressed store, hash-verified
700
}
701
702
func
cmpError(a, b error) bool {
703
return
a == b || (a != nil && b != nil && a.Error() == b.Error())
704
}
705
706
func
reqBody(req *http.Request) string {
707
if
req == nil || req.Body == nil {
Callers
8
TestDNSPerf
Function · 0.70
TestDNSPerfOutput
Function · 0.70
TestDNSResolve
Function · 0.70
TestDNSResolveOutput
Function · 0.70
TestCurl
Function · 0.70
TestCurlOutput
Function · 0.70
TestDoPostRunRequest
Function · 0.70
TestDoGetRunOutput
Function · 0.70
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected