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

Function BenchmarkBinaryInsertion

sort/sorts_test.go:246–248  ·  view source on GitHub ↗

BEGIN BENCHMARKS

(b *testing.B)

Source from the content-addressed store, hash-verified

244//BEGIN BENCHMARKS
245
246func BenchmarkBinaryInsertion(b *testing.B) {
247 benchmarkFramework(b, sort.BinaryInsertion[int])
248}
249
250func BenchmarkBubble(b *testing.B) {
251 benchmarkFramework(b, sort.Bubble[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected