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

Function BenchmarkComb

sort/sorts_test.go:320–322  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

318}
319
320func BenchmarkComb(b *testing.B) {
321 benchmarkFramework(b, sort.Comb[int])
322}
323
324func BenchmarkPancakeSort(b *testing.B) {
325 benchmarkFramework(b, sort.Pancake[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected