grafana/k6

A modern load testing tool, using Go and JavaScript

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 29 minutes ago
Added to GitGenius on September 13th, 2026
Created on March 21st, 2016
Open Issues & Pull Requests: 804 (+0)
GitHub issues: Enabled
Number of forks: 1,633
Total Stargazers: 31,460 (+0)
Total Subscribers: 332 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 106.7 days
90th percentile: 381.8 days
Tracked items: 887

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in under an hour, while "browser: playwright" waits about 2 months. 61% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 481
New in 7 days: 3
Closed in 7 days: 12
Avg open age: 866 days
Stale 30+ days: 441
Stale 90+ days: 411

Recent activity

Opened in 7 days: 3
Closed in 7 days: 12
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • triage (486)
  • area: browser (348)
  • bug (298)
  • feature (285)
  • enhancement (96)
  • evaluation needed (92)
  • browser: playwright (60)
  • tests (41)

Detailed Description

k6 is a modern load testing tool built on Go with JavaScript scripting that emphasizes developer experience and ease of integration into CI/CD workflows.

k6 addresses the need to test application performance under load in a way that fits naturally into development practices. Rather than requiring specialized testing tools with steep learning curves, it lets developers write load tests as code using JavaScript, which can be version controlled, reused, and integrated directly into CI pipelines. The tool runs on Go for performance efficiency while exposing a JavaScript API, allowing it to simulate substantial traffic even from modest hardware. It supports multiple protocols including HTTP, WebSockets, gRPC, and browser automation, and provides flexible metrics export to various storage backends for analysis and visualization.

Teams should adopt k6 if they want load testing integrated into their development workflow rather than treated as a separate operational concern. It suits projects where developers need to write, maintain, and version control performance tests alongside application code, and where CI/CD integration is a priority. The tool is particularly valuable for teams already using Grafana, as it offers native integration with Grafana Cloud for test execution and metrics correlation, though it also exports metrics to other services. The ecosystem of community extensions allows customization for specific protocol or integration needs.

The project maintains active development with regular releases and demonstrates strong test coverage. Development activity shows consistent engagement with the codebase and community contributions, indicating ongoing refinement and feature expansion. The public roadmap is visible to users, providing transparency about planned work and direction.