(b *testing.B)
| 342 | } |
| 343 | |
| 344 | func BenchmarkCircle(b *testing.B) { |
| 345 | benchmarkFramework(b, sort.Circle[int]) |
| 346 | } |
| 347 | |
| 348 | func BenchmarkStooge(b *testing.B) { |
| 349 | benchmarkFramework(b, sort.Stooge[int]) |
nothing calls this directly
no test coverage detected