Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkGCDIterative
Function
BenchmarkGCDIterative
math/gcd/gcd_test.go:47–49 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
BenchmarkGCDIterative(b *testing.B) {
48
TemplateBenchmarkGCD(b, Iterative)
49
}
Callers
nothing calls this directly
Calls
1
TemplateBenchmarkGCD
Function · 0.85
Tested by
no test coverage detected