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

Function BenchmarkBucketSort

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

Source from the content-addressed store, hash-verified

257}
258
259func BenchmarkBucketSort(b *testing.B) {
260 benchmarkFramework(b, sort.Bucket[int])
261}
262
263func BenchmarkCocktailSort(b *testing.B) {
264 benchmarkFramework(b, sort.Cocktail[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected