(b *testing.B)
| 29 | func BenchmarkShellSort100(b *testing.B) { benchmarkShellSort(100, b) } |
| 30 | func BenchmarkShellSort1000(b *testing.B) { benchmarkShellSort(1000, b) } |
| 31 | func BenchmarkShellSort10000(b *testing.B) { benchmarkShellSort(10000, b) } |
| 32 | func BenchmarkShellSort100000(b *testing.B) { benchmarkShellSort(100000, b) } |
nothing calls this directly
no test coverage detected