Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkUsingLog
Function
BenchmarkUsingLog
math/power/powvialogarithm_test.go:40–44 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
38
}
39
40
func
BenchmarkUsingLog(b *testing.B) {
41
for
i := 0; i < b.N; i++ {
42
UsingLog(10, 5)
43
}
44
}
Callers
nothing calls this directly
Calls
1
UsingLog
Function · 0.85
Tested by
no test coverage detected