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

Function BenchmarkStooge

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

Source from the content-addressed store, hash-verified

346}
347
348func BenchmarkStooge(b *testing.B) {
349 benchmarkFramework(b, sort.Stooge[int])
350}

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected