load-testing-patterns

Installation
SKILL.md

Load Testing Patterns

Performance validation with k6 for SLO-driven load testing.

Basic k6 Script Template

import http from 'k6/http'
import { check, sleep } from 'k6'
import { Rate, Trend } from 'k6/metrics'

// Custom metrics
const errorRate = new Rate('errors')
const loginDuration = new Trend('login_duration')
Installs
10
GitHub Stars
507
First Seen
Mar 23, 2026
load-testing-patterns — vibeeval/vibecosystem