Searched refs:scheduler_options (Results 1 – 2 of 2) sorted by relevance
112 scheduler_options);136 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options) in ThroughputBenchmark() argument137 : scheduler_options_(scheduler_options) {} in ThroughputBenchmark()189 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options,235 const BasicBatchScheduler<BenchmarkBatchTask>::Options& scheduler_options, in LatencyBenchmark() argument237 : scheduler_options_(scheduler_options), in LatencyBenchmark()343 BasicBatchScheduler<BenchmarkBatchTask>::Options scheduler_options; in RunThroughputBenchmark() local345 scheduler_options.max_batch_size = kMaxBatchSize; in RunThroughputBenchmark()346 scheduler_options.batch_timeout_micros = batch_timeout_micros; in RunThroughputBenchmark()347 scheduler_options.num_batch_threads = num_batch_threads; in RunThroughputBenchmark()[all …]
166 def check_production_settings(scheduler_options): argument176 if (not scheduler_options.production and