What is the best way to warm up the server before starting the actual load tests?
In the doc, there is an option:
// override warm up URL to http://www.google.com
val httpConf = http.warmUp("http://www.google.com")
However I want to warm up the server for, let’s say 10 minutes before proceeding.
Not just a single request. Is this possible?
Thanks