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

Function BenchmarkMergeParallel

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

Source from the content-addressed store, hash-verified

281}
282
283func BenchmarkMergeParallel(b *testing.B) {
284 benchmarkFramework(b, sort.ParallelMerge[int])
285}
286
287func BenchmarkHeap(b *testing.B) {
288 benchmarkFramework(b, sort.HeapSort[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected