https://github.com/codebytes/load-testing
https://github.com/codebytes/load-testing
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebytes/load-testing
- Owner: codebytes
- License: mit
- Created: 2023-04-12T13:51:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T04:17:14.000Z (about 1 year ago)
- Last Synced: 2025-01-22T06:48:12.313Z (11 months ago)
- Language: Vue
- Size: 21.7 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Continuous Load Testing with GitHub Actions
This repository contains resources and demos for the talk "Continuous Load Testing with GitHub Actions."
Load Testing is an important part of our solutions. I've seen many organizations save that until right before release, which can lead to major issues and increased costs. Just like with security, we should shift-left on testing and incorporate it into our DevOps processes. By combining ephemeral environments through Infrastructure with Code and automated testing, we can reduce costs while increasing our confidence in our solutions.
After this session you will learn:
- Understand Manual Testing vs Testing in pipelines
- Review the typical problems with load testing
- Learn how to create and utilize JMeter tests with the Azure Load Testing service
- Learn how to integrate Infrastructure as Code and Continuous Load Testing on GitHub Actions
## Slides
The slides for the talk can be found at:\
[https://chris-ayers.com/load-testing/](https://chris-ayers.com/load-testing/)
## Repository Content
This repository contains multiple demos and pipelines showcasing the use of GitHub Actions for Continuous Load Testing in various scenarios.
## Resources
- [GitHub Actions Documentation](https://docs.github.com)
- [GitHub Skills](https://skills.github.com)
- [Apache JMeter](https://jmeter.apache.org/)
- [Azure Load Testing Service](https://docs.microsoft.com/en-us/azure/load-testing/)
## Connect with Chris Ayers
Feel free to connect with Chris Ayers on social media and visit his blog for more information on Continuous Load Testing and other topics:
- Twitter: [@Chris_L_Ayers](https://twitter.com/Chris_L_Ayers)
- Mastodon: [@Chrisayers@hachyderm.io](https://hachyderm.io/@Chrisayers)
- LinkedIn: [chris-l-ayers](https://linkedin.com/in/chris-l-ayers/)
- Blog: [https://chris-ayers.com/](https://chris-ayers.com/)
- GitHub: [Codebytes](https://github.com/codebytes)
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.