aboutsummaryrefslogtreecommitdiff
path: root/test/stress_test/configs/heavy.cfg
blob: c137d5c243f29c34d61615ff563a4fb66b69181d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
num_processes: 32
num_threads: 10
nesting: 10

steady_state_timings {
  rate_mean: 10
  payload_mean: 128
}

burst_period_ms: 2000
burst_duration_ms: 250
burst_timings {
  rate_mean: 1000
  payload_mean: 128
}

trace_config {
  duration_ms: 5000
  buffers { size_kb: 320000 }
  data_sources { config { name: "perfetto.stress_test" } }

  producers {
    producer_name: "stress_producer"
    shm_size_kb: 4000
    page_size_kb: 4
  }
}