Searched defs:batchSize (Results 1 – 5 of 5) sorted by relevance
231 …const batchSize = (totalCost / workerCount) * packfraction; // Keep spare tests for unittest threa… constant
440 constexpr const int batchSize = 128; in glyph_to_unicode_map() local
473 AtomicInt batchSize; member
64 static const int batchSize = 128; variable
887 TestQueue BatchTests(const std::vector<TestIdentifier> &tests, int batchSize) in BatchTests()