Preserve trace arrivals in Frontier grid

This commit is contained in:
2026-07-15 21:08:19 +08:00
parent 6307620e20
commit ca88c06d06
2 changed files with 27 additions and 0 deletions

View File

@@ -319,6 +319,10 @@ def build_command(
"frontier.main",
"--simulation_mode",
"offline",
# Frontier's offline default rewrites every request arrival to time 0.
# Preserve the trace arrival process so the simulator and serving run
# exercise the same queueing workload.
"--offline_use_generated_request_arrivals",
"--sys_arch",
"co-location",
"--cluster_config_num_replicas",