Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/golang-jwt/jwt
/ BenchmarkHS512Signing
Function
BenchmarkHS512Signing
hmac_test.go:92–94 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
90
}
91
92
func
BenchmarkHS512Signing(b *testing.B) {
93
benchmarkSigning(b, jwt.SigningMethodHS512, hmacTestKey)
94
}
Callers
nothing calls this directly
Calls
1
benchmarkSigning
Function · 0.85
Tested by
no test coverage detected