mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-13 00:42:14 +00:00
Add optional [scenario.scheduler] to the write_throughput case. The runner derives datanode env vars from it: base pins GREPTIMEDB_DATANODE__RUNTIME__EXPERIMENTAL_WORKLOAD_SCHEDULER__ENABLE=false and candidate pins ENABLE=true plus weights/max_polls, so the case measures scheduler-off vs scheduler-on write throughput/latency. Signed-off-by: discord9 <55937128+discord9@users.noreply.github.com>