DEV Community

Cam Christensen
Cam Christensen

Posted on

Stress Testing w/ K6

Alt Text

The final project of my software engineering course at Hack Reactor has me scaling a legacy React application's code base from 100 primary records to 10 million while employing a previously unused database technology, stress testing it, and then deploying it to AWS EC2. I chose PostGreSQL for my database and K6 for stress testing. I'm so happy I chose both as they have been pretty intuitive and easy to setup!

Top comments (1)

Collapse
 
jwandrews99 profile image
Jack Andrews

Sweet, I was looking for some stress testing tools i'll give K6 a look