MCPcopy Create free account
hub / github.com/arnauddri/algorithms / BenchmarkIter

Function BenchmarkIter

algorithms/maths/stein/gcd_test.go:31–35  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

29}
30
31func BenchmarkIter(b *testing.B) {
32 for i := 0; i < b.N; i++ {
33 iter(131313131, 12343545)
34 }
35}

Callers

nothing calls this directly

Calls 1

iterFunction · 0.85

Tested by

no test coverage detected