k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
### Brief summary  ### k6 version k6 v1.0.0 (go1.24.2, linux/amd64) ### OS Pop!_OS 22.04 LTS x86_64, Linux 6.12.10-76061203-generic ### Docker version and image (if applicable) _No response_ ### Steps...
# Problem space The existing `--summary-export` option is considered unsupported/deprecated and produces output with a schema that's difficult to parse, extract insights from, and build automations around. ## Why does...
## What? Fix web-dashboard output conflict. ## Why? Running: ``` K6_WEB_DASHBOARD=true k6 run --out web-dashboard script.js ``` Results: ``` ...listen tcp :port: bind: address already in use ``` Also see...
We are planning to run test with 7500 users but I'm struggling with running even 100. We are testing ecommerce site, just browsing scenario so page is almost fully cached,...
## What? It creates log lines that announce that metrics and traces have been flushed to the cloud at the `trace` level instead of `debug`. ## Why? Because these operations...
## What? Bump go-httpbin to v2 ## Why? There is a low CVE that is unlikely to be relevant as go-httpbin is only used for tests. But while a lot...
## What? Use the same github ubuntu runner (ubuntu-latest) for running tests as well. ## Why? This was previously disabled due to browsers tests were failing. But it seems like...
## What? Analyze if the built-in extensions satisfy the dependencies before provisioning a new custom binary ## Why? Binary provisioning is available in any k6 binary, including those with built-in...
## What? Implement warning in RSA PSS, when given salt length = 0, in Sign / Verify function ## Why? It improves UX and makes implementation predictable. ## Checklist -...
Hey Thanks for the nice v1.0.0 release 😎 Is there an estimate for releasing @types/k6 v1.0.0 too? I also suggest that we sync the versions (@types/k6 is currently on v.1.0.2)