MCPcopy Create free account
hub / github.com/arnauddri/algorithms / BenchmarkQuickSort100

Function BenchmarkQuickSort100

algorithms/sorting/quick-sort/quick_test.go:29–29  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

27}
28
29func BenchmarkQuickSort100(b *testing.B) { benchmarkQuickSort(100, b) }
30func BenchmarkQuickSort1000(b *testing.B) { benchmarkQuickSort(1000, b) }
31func BenchmarkQuickSort10000(b *testing.B) { benchmarkQuickSort(10000, b) }
32func BenchmarkQuickSort100000(b *testing.B) { benchmarkQuickSort(100000, b) }

Callers

nothing calls this directly

Calls 1

benchmarkQuickSortFunction · 0.85

Tested by

no test coverage detected