mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-06 07:26:43 -04:00
0586258ece
# Description of Changes Replaces the warmup period in the distributed version of the `keynote-2` benchmark with an explicit start barrier. 1. Removes `--warmup-seconds` from the distributed benchmark flow 2. Adds an explicit `starting` phase where generators start their local epoch and POST `/started` 3. Makes the coordinator wait for all participant start acknowledgements before beginning the measured window 4. Adds `--start-ack-timeout-seconds` as the timeout for that start barrier 5. Removes `warmupSeconds` from the distributed benchmark protocol/result types # API and ABI breaking changes N/A # Expected complexity level and risk 1.5 # Testing N/A