MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / BenchmarkRecursivePower1

Function BenchmarkRecursivePower1

math/power/fastexponent_test.go:63–67  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

61}
62
63func BenchmarkRecursivePower1(b *testing.B) {
64 for i := 0; i < b.N; i++ {
65 RecursivePower1(10, 5)
66 }
67}

Callers

nothing calls this directly

Calls 1

RecursivePower1Function · 0.85

Tested by

no test coverage detected