moai-testing-load
Installation
SKILL.md
Load Testing & Performance Benchmarking
Production-grade load testing with k6 and Gatling for enterprise systems.
Quick Start
Choose Your Tool:
- k6: API/microservices testing (JavaScript, simple setup)
- Gatling: Complex user journeys, UI testing (Scala DSL)
5-Minute k6 Example:
# Install k6
brew install k6 # macOS
# or: apt install k6 # Linux