👩💻 Join our community of thousands of amazing developers!
A walkthrough of how we can use Locust to set up a simple test for a mocked APIgojek.jobsHello there,Recently, we had to ship the rewrite of an API from Ruby on Rails to Go. This was a critical API for the business and we wanted to see how it held up under simulated load. The functional API tests were already automated and working fine, and this was the missing link for us to gain confidence in our changes before diverting traffic to it.We needed something which did not need much setup time and ...