Lines Matching refs:numThreads
39 …hNumThreads(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) *Finder {
40 f, err := newFinderAndErr(t, filesystem, cacheParams, numThreads)
47 func newFinderAndErr(t *testing.T, filesystem *fs.MockFs, cacheParams CacheParams, numThreads int) …
56 f, err := newImpl(cacheParams, filesystem, logger, cachePath, numThreads)
150 func testAgainstSeveralThreadcounts(t *testing.T, tester func(t *testing.T, numThreads int)) {
154 for _, numThreads := range threadCounts {
155 testName := fmt.Sprintf("%v threads", numThreads)
157 localNumThreads := numThreads
230 testWithNumThreads := func(t *testing.T, numThreads int) {
243 numThreads,
502 testWithNumThreads := func(t *testing.T, numThreads int) {
527 numThreads,