Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkFactorize
Function
BenchmarkFactorize
math/prime/primefactorization_test.go:29–33 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
BenchmarkFactorize(b *testing.B) {
30
for
i := 0; i < b.N; i++ {
31
Factorize(1000000007)
32
}
33
}
Callers
nothing calls this directly
Calls
1
Factorize
Function · 0.85
Tested by
no test coverage detected