MCPcopy
hub / github.com/golang-jwt/jwt / BenchmarkHS256Signing

Function BenchmarkHS256Signing

hmac_test.go:84–86  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

82}
83
84func BenchmarkHS256Signing(b *testing.B) {
85 benchmarkSigning(b, jwt.SigningMethodHS256, hmacTestKey)
86}
87
88func BenchmarkHS384Signing(b *testing.B) {
89 benchmarkSigning(b, jwt.SigningMethodHS384, hmacTestKey)

Callers

nothing calls this directly

Calls 1

benchmarkSigningFunction · 0.85

Tested by

no test coverage detected