k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
### Brief summary Hi, i'm right now working on a gitops workflow for setting up regular load/performance tests using k6 together with the k6-operator and have stumbled over that k6-archives...
As part of our goal to add support for the [Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API) to k6 (see #2978), we aim to start by supporting the [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) construct first, as we believe it...
**Release Date**: ~~20th May 2024~~ 13th May 2024 (the team decided to anticipate one week) ## Release Activities ### At the beginning of the cycle - [x] Obtain the Release...
### Feature Description Currently if an arrival-rate scenario can't hit the provided rate there is a *single* warning message. https://github.com/grafana/k6/blob/f3fb49300cb8dba7558b8e841a80f7212a549cba/lib/executor/ramping_arrival_rate.go#L483 While this message is okay in general there are a...
Using the JS layer to do a multipart request isn't so straightforward if uploading complex parts other than files. ```js // this will assign a random filename and application/octet-stream const...
### Feature Description Access to the .status field for Stream requests. ### Suggested Solution (optional) A function that can be awaited that returns say a Promise ```js await stream.waitForStatus(); ```...
A few releases back, we introduced the `k6/experimental/redis` module to k6. Experimental modules intend to become part of the core eventually. Although the module has been around for a while,...
### Brief summary I've got scenarios that may include several actions and I have the "target_group" which includes actions that I'd like to check thresholds on. If I specify thresholds...
### Feature Description In a private conversation, @na-- brought up the possibility of sending protobuf payloads to Loki instead of the current JSON we use. This is supported according to...
When running `k6` (that exact command) in Command Prompt (CMD.exe), coloring breaks. There are no problems when running an actuall test (eg `k6 run ...`) Checkmark displayed for passed tests,...