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

Function BenchmarkCount

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

Source from the content-addressed store, hash-verified

289}
290
291func BenchmarkCount(b *testing.B) {
292 benchmarkFramework(b, sort.Count[int])
293}
294
295func BenchmarkQuick(b *testing.B) {
296 benchmarkFramework(b, sort.Quicksort[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected