Pepe Cano
Pepe Cano
@ernesto-jimenez, `groupedRows=true` is the same than setup your template without the `group` helper, in that case, the performance improvement that brings the `group` helper, will not be applied. This case...
Hey @andrew-delph , thanks for building and sharing the socket.io library/wrapper. This is definitely something that would be useful for others folks in the community: - https://community.k6.io/t/k6-socket-loadtest/1730 - https://community.k6.io/t/how-to-capture-the-server-data-in-k6-scripts/1632/3 -...
@QAInsights, thanks for reporting. We are working on a new version of this extension. Meanwhile, as an alternative, you could kill Kubernetes pods from your k6 tests using [xk6-kubernetes](https://github.com/grafana/xk6-kubernetes), check...
Also, I could not find an specific docs detailing the architecture of the k6 JS execution pipeline: `JS` - `goja` - `go`. Explaining this could be really beneficial, as they...
Login, [data parametrization](https://k6.io/docs/examples/data-parameterization/), and [correlation and dynamic data](https://k6.io/docs/examples/correlation-and-dynamic-data/) is one of the most common cases and where many new users struggle with. I suggest handling this issue holistically: review current...
Related to [Data Parameterization examples](https://k6.io/docs/examples/data-parameterization/)
Will start with a limit of the latest 4 versions. But we'll change the value of `MAX_JS_API_VERSIONS_TO_BUILD` depending on final decision. > Remove the old JavaScript modules' versions. To start,...
@olegbespalov, reopened.
Relates to https://github.com/grafana/k6-docs/issues/327
Related -> [Sleep pauses entire execution including websocket intervals](https://github.com/grafana/k6-docs/issues/1070)