Productboard Technology RadarProductboard Technology Radar
Adopt

k6 is our load testing tool for measuring application performance under various traffic conditions.

We use k6 to validate system performance, identify bottlenecks, and ensure our applications can handle expected traffic loads. We have k6 tests organized in domain-specific folders and can execute them through GitHub Actions workflows or locally. While we have CI workflows set up for running tests, they are primarily executed on an ad-hoc basis rather than on a scheduled or regular basis. The workflows serve as inspiration for how to run tests, but we also frequently execute them locally for development and testing purposes.

📚 Resources