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

Function BenchmarkNormalizeWorkflowName

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

Source from the content-addressed store, hash-verified

173}
174
175func BenchmarkNormalizeWorkflowName(b *testing.B) {
176 name := "weekly-research-workflow.lock.yml"
177 for b.Loop() {
178 NormalizeWorkflowName(name)
179 }
180}
181
182func BenchmarkNormalizeSafeOutputIdentifier(b *testing.B) {
183 identifier := "create-pull-request-review-comment"

Callers

nothing calls this directly

Calls 1

NormalizeWorkflowNameFunction · 0.85

Tested by

no test coverage detected