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

Function BenchmarkShellSort10000

algorithms/sorting/shell-sort/shell_test.go:31–31  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

29func BenchmarkShellSort100(b *testing.B) { benchmarkShellSort(100, b) }
30func BenchmarkShellSort1000(b *testing.B) { benchmarkShellSort(1000, b) }
31func BenchmarkShellSort10000(b *testing.B) { benchmarkShellSort(10000, b) }
32func BenchmarkShellSort100000(b *testing.B) { benchmarkShellSort(100000, b) }

Callers

nothing calls this directly

Calls 1

benchmarkShellSortFunction · 0.85

Tested by

no test coverage detected