(b *testing.B)
| 48 | } |
| 49 | |
| 50 | func BenchmarkExtendedGCDRecursive(b *testing.B) { |
| 51 | TemplateBenchmarkExtendedGCD(b, ExtendedRecursive) |
| 52 | } |
| 53 | |
| 54 | func BenchmarkExtendedGCDIterative(b *testing.B) { |
| 55 | TemplateBenchmarkExtendedGCD(b, ExtendedIterative) |
nothing calls this directly
no test coverage detected