DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Continuous Performance Testing with k6 and GitHub Actions

4 years ago engineering.matchesfashion.com
Continuous Performance Testing with k6 and GitHub Actions

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Before the project began, we knew we wanted to follow good Continuous Integration / Continuous Delivery practices. This included having automated continuous performance tests.

This helped us prevent one release that had an increase in memory usage and another two that had increases in response times, all with minimal effort.

This is great for a test summary, but if you had to dig in to find out when response time began to increase, then it is less useful.

This Workflow example can be triggered in two ways: either by creating a pre-release for a release in GitHub, or manually via the Actions tab in GitHub.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com