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

Function BenchmarkMergeIter

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

Source from the content-addressed store, hash-verified

277}
278
279func BenchmarkMergeIter(b *testing.B) {
280 benchmarkFramework(b, sort.MergeIter[int])
281}
282
283func BenchmarkMergeParallel(b *testing.B) {
284 benchmarkFramework(b, sort.ParallelMerge[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected