1num_processes: 32
2num_threads: 10
3nesting: 10
4
5steady_state_timings {
6  rate_mean: 10
7  payload_mean: 128
8}
9
10burst_period_ms: 2000
11burst_duration_ms: 250
12burst_timings {
13  rate_mean: 1000
14  payload_mean: 128
15}
16
17trace_config {
18  duration_ms: 5000
19  buffers { size_kb: 320000 }
20  data_sources { config { name: "perfetto.stress_test" } }
21
22  producers {
23    producer_name: "stress_producer"
24    shm_size_kb: 4000
25    page_size_kb: 4
26  }
27}
28