testing/performance-testing

Installation
SKILL.md

Performance Testing

Comprehensive performance testing for speed, scalability, and resource efficiency.

Quick Start

# Run benchmarks
npm run test:performance

# Profile with Node.js
node --prof app.js
node --prof-process isolate-*.log > profile.txt

# Load testing with k6
k6 run load-test.js

Types of Performance Tests

Installs
GitHub Stars
4
First Seen
testing/performance-testing — doanchienthangdev/omgkit