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

Function BenchmarkQuickSort1000

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

Source from the content-addressed store, hash-verified

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