Add support for `-a` inside warmup settings

Author: bbrk24Created Mar 25, 2026Updated Jul 18, 2026

If I use something like `-W [ -a 10 ] -a 20`, the `-a` inside the warmup settings is ignored, and the warmup also runs 20 requests. The same is not true for `-d` -- `-W [ -d 10 ] -d 20` runs a warmup for 10 seconds and then samples for 20 seconds.