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

Function BenchmarkHeap

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

Source from the content-addressed store, hash-verified

285}
286
287func BenchmarkHeap(b *testing.B) {
288 benchmarkFramework(b, sort.HeapSort[int])
289}
290
291func BenchmarkCount(b *testing.B) {
292 benchmarkFramework(b, sort.Count[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected