Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkNew
Function
BenchmarkNew
strings/guid/guid_test.go:64–68 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
62
}
63
64
func
BenchmarkNew(b *testing.B) {
65
for
i := 0; i < b.N; i++ {
66
_, _ = New()
67
}
68
}
Callers
nothing calls this directly
Calls
1
New
Function · 0.70
Tested by
no test coverage detected