A step-by-step guide to scheduling your load tests with LoadForge using cron expressions.
LoadForge allows you to schedule load tests for regular execution, ensuring continuous monitoring of your system’s performance. This is essential for detecting performance regressions, monitoring API SLAs, and adapting to modern CI/CD deployment cycles where applications change frequently.
In the past, performance testing was done once a year before a big release. Today, with continuous deployment (CI/CD), applications change daily or even multiple times per day. Scheduling load tests ensures that every new deployment is checked for performance issues.
Tip: LoadForge allows you to compare test runs over time, making it easy to spot regressions and performance degradation.
On any web load test you can find the option to toggle on automatic scheduling, and then specify
either daily, weekly, or monthly tests.This is the simplest and fastest way to ensure you are continuously monitoring your system’s performance.
LoadForge uses cron expressions to define when tests run. Cron syntax allows you to specify schedules based on minutes, hours, days, months, and weekdays.
Run smaller tests more frequently (e.g., API response monitoring every hour).
Schedule full load tests during off-peak hours to avoid disrupting users.
Use weekly or monthly tests to track long-term trends.
Set up alerts so you’re notified if performance drops.
By leveraging scheduled load tests, LoadForge helps you stay ahead of performance issues and ensures your system can handle real-world traffic conditions at all times.