• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Four threads writing large and nested packets of 32MB each every second.
2
3num_processes: 1
4num_threads: 4
5max_events: 5
6nesting: 2
7
8# Each writer will write packets of 16 MB ((1 + nesting=1) x payload 8MB)
9steady_state_timings {
10  rate_mean: 1
11  payload_mean: 8000000
12  payload_write_time_ms: 100
13}
14
15trace_config {
16  duration_ms: 10000
17  buffers {
18    size_kb: 500000
19    fill_policy: DISCARD
20  }
21  data_sources { config { name: "perfetto.stress_test" } }
22}
23