You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
460 B

# Four threads writing large and nested packets of 32MB each every second.
num_processes: 1
num_threads: 4
max_events: 5
nesting: 2
# Each writer will write packets of 16 MB ((1 + nesting=1) x payload 8MB)
steady_state_timings {
rate_mean: 1
payload_mean: 8000000
payload_write_time_ms: 100
}
trace_config {
duration_ms: 10000
buffers {
size_kb: 500000
fill_policy: DISCARD
}
data_sources { config { name: "perfetto.stress_test" } }
}