Searched refs:oneSecondInNs (Results 1 – 1 of 1) sorted by relevance
358 constexpr int64_t oneSecondInNs = 1ull * 1000 * 1000 * 1000; in testBatchingOperation() local372 if (batchingPeriodInNs < oneSecondInNs) { in testBatchingOperation()384 int64_t allowedBatchDeliverTimeNs = std::max(oneSecondInNs, batchingPeriodInNs / 10); in testBatchingOperation()