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

Function BenchmarkBogo

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

Source from the content-addressed store, hash-verified

252}
253
254func BenchmarkBogo(b *testing.B) {
255 b.Skip("Skipping benchmark for Bogo Sort, as it uses a lot of resource.")
256 benchmarkFramework(b, sort.Bogo[int])
257}
258
259func BenchmarkBucketSort(b *testing.B) {
260 benchmarkFramework(b, sort.Bucket[int])

Callers

nothing calls this directly

Calls 1

benchmarkFrameworkFunction · 0.85

Tested by

no test coverage detected