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? Upgrade xk6-dashboard to v0.7.5 ## Why? Configuration customization from JavaScript code has been removed Until now, the dashboard configuration could be customized with a JavaScript code. Supporting this...

### Brief summary I'm observing a memory leak on a virtual machine running a k6 test. The test is launched through a script file that imports one script and uses...

bug
triage

## What? Adds a new gRPC client option `discardResponseMessage`, which is equivalent to `discardResponseBodies`. ## Why? Parsing heavy responses can result in high CPU and memory usage. ## Checklist -...

## What? Change updates the grpc stream callbacks to all receivers to be passed a meta data object that includes the timestamp of the original event. This change facilitates being...

## What? This PR adds support for a new `--local-execution` flag to the `k6 cloud run` command. Using it, users can run their test script or archive on their local...

enhancement

## What? This PR modifies the k6 command-line interface and introduces the cloud run and login functionalities under specific subcommands: `k6 cloud run` and `k6 cloud login`. These two new...

enhancement

After #3815 is merged a few dependencies seem to have support for it. The https://github.com/jhump/protoreflect/releases/tag/v1.16.0 says protoparse doesn't yet - which seems to be the one we care about. I...

help wanted
evaluation needed
area: grpc

## What? ## Why? ## Checklist - [ ] I have performed a self-review of my code. - [ ] I have added tests for my changes. - [ ]...

**Release Date**: ~~24th June 2024~~ 25th June 2024 ## Release Activities ### At the beginning of the cycle - [x] Obtain the Release coordinator's contact from the `@k6-browser` team and...

release

### Brief summary Due to how #3589 was implemented it is currently reported that *every* script is using `k6/timers` even if they do not. ### k6 version v0.51.0 ### OS...

bug
lower prio