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
447 B
23 lines
447 B
num_processes: 10
|
|
num_threads: 1
|
|
|
|
steady_state_timings {
|
|
rate_mean: 10
|
|
payload_mean: 128
|
|
}
|
|
|
|
# 250ms every 2s enter burst mode, bumping at 1000 events/s * 512 ~= 5 MB/s
|
|
# (per thread) ~= 50 MB/s for the 10 processes.
|
|
burst_period_ms: 2000
|
|
burst_duration_ms: 250
|
|
burst_timings {
|
|
rate_mean: 1000
|
|
payload_mean: 512
|
|
}
|
|
|
|
trace_config {
|
|
duration_ms: 2000
|
|
buffers { size_kb: 20000 }
|
|
data_sources { config { name: "perfetto.stress_test" } }
|
|
}
|