Searched refs:burst_rate (Results 1 – 1 of 1) sorted by relevance
485 double burst_rate = 1.0 * cfg.burst_duration_ms() / cfg.burst_period_ms(); in StressTestMain() local486 exp_per_thread *= 1.0 - burst_rate; in StressTestMain()487 exp_per_thread += burst_rate * cfg.burst_timings().rate_mean() * dur_s; in StressTestMain()