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

Function BenchmarkCircle

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

Source from the content-addressed store, hash-verified

342}
343
344func BenchmarkCircle(b *testing.B) {
345 benchmarkFramework(b, sort.Circle[int])
346}
347
348func BenchmarkStooge(b *testing.B) {
349 benchmarkFramework(b, sort.Stooge[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected