MCPcopy Create free account
hub / github.com/github/gh-aw / BenchmarkNormalizeSafeOutputIdentifier

Function BenchmarkNormalizeSafeOutputIdentifier

pkg/stringutil/identifiers_test.go:182–187  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

180}
181
182func BenchmarkNormalizeSafeOutputIdentifier(b *testing.B) {
183 identifier := "create-pull-request-review-comment"
184 for b.Loop() {
185 NormalizeSafeOutputIdentifier(identifier)
186 }
187}
188
189func TestMarkdownToLockFile(t *testing.T) {
190 tests := []struct {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected