Is anyone aware of any tools that would allow Geb functional tests to be used for performance testing?
In the "Continuous Delivery" book, it's suggested that functional tests can be used for performance testing, just wondering if anyone has any ideas how this could be implemented using Gradle, Spock and Geb.
To give context, at present, we are using a JMeter script that simulates a number of users crawling through our site, following random links on the page. This gives relatively good coverage of the linked to content, but some areas of the site, such as searches and logged in functionality don't get touched.
Thanks in advance.