k6 icon indicating copy to clipboard operation
k6 copied to clipboard

A modern load testing tool, using Go and JavaScript - https://k6.io

Results 473 k6 issues
Sort by recently updated
recently updated
newest added

## What? This updates `google.golang.org/grpc`, which is nothing significant for the k6, but keeping the change diff tinier is better. ## Why? keeping the change diff tinier is better ##...

dependencies

## What? Updates sobek to the latest version (bigInt, etc) ## Why? ## Checklist - [x] I have performed a self-review of my code. - [ ] I have added...

dependencies

## What? * It updates the release process introducing the release branches. * It creates a dedicated template to release patch versions. ## Why? * It doesn't freeze the master...

**Release Date**: 25th May 2024

release
triage

## What? This documents my recent learnings from the conversation with @mstoykov and recent PR about maintaining of tc39 test ## Why? Knowledge sharing ## Checklist - [x] I have...

docs

## What? Implement support to collect Usage dynamically ## Why? Previously Usage collection happened in one place in a pull way. The usage report needed to get access to the...

evaluation needed

### Feature Description k6 exposes a `k6/experimental/streams` module to users. It implements the parts of the Streams API specification the team has deemed worth supporting. The module is currently experimental...

waiting
tables
needs fixup

### Feature Description ## Description As part of our ongoing efforts to improve k6’s streaming capabilities, we propose adding support for the [`ReadableStream.pipeThrough`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream/pipeThrough) method. This method is a key feature...

feature

### Feature Description ## Description As part of our ongoing effort to [enhance k6’s data handling capabilities](https://github.com/grafana/k6/issues/2974), we propose the implementation of [`TransformStream`](https://streams.spec.whatwg.org/#ts-class) support within the `k6/experimental/streams` module. TransformStream is...

feature

## Description As part of our effort to make [handling large amounts of data more efficient](https://github.com/grafana/k6/issues/2974), k6 has introduced support for the [WebAPI ReadableStream](https://streams.spec.whatwg.org/#rs-class) construct as part of its `k6/experimental/streams`module....

feature