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 PR aims to solve the issue #2823 ## Why? 1. The changes made will warn the user if more than two arguments are passed in http.get and...

awaiting user

### Brief summary I'm running multiple scenarios with Virtual Users for my tests and trying to distinguish between the different scenarios that are starting up Virtual Users within my tests...

bug
triage

### Feature Description Apparently there is no support for SignalR What I find is for WebSocket: https://stackoverflow.com/questions/72997533/k6-trigger-asp-net-core-server-function Although the webSocket connection succeeds the signalR OnConnectedAsync or the hub methods are...

feature

Ref https://github.com/grafana/k6/issues/3857

### Brief summary K6 is leaking memory even when running a test that doesn't perform any actual actions. I ran a test with 1000 requests per second and noticed that...

bug
triage

### Feature Description While k6 itself does take the number of CPUs into account, e.g. at https://github.com/grafana/k6/blob/f49504674362639fa312d9b5bd8ecf8d8f93ddbd/execution/scheduler.go#L268 (planned at https://github.com/grafana/k6/blob/f49504674362639fa312d9b5bd8ecf8d8f93ddbd/output/cloud/expv2/output.go#L116) the value has to be configured manually and explicitly. So...

feature
triage

### Feature Description k6 currently allows configuring the timeout of an HTTP request individually by means of the `params` argument of `http.*` methods, e.g.: ```js const res = http.get('https://k6.io', {...

feature

Bumps [github.com/evanw/esbuild](https://github.com/evanw/esbuild) from 0.21.2 to 0.24.0. Release notes Sourced from github.com/evanw/esbuild's releases. v0.24.0 This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.65.0 to 1.67.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.1 Bug Fixes transport: Fix a bug causing stream failures due to miscalculation of the flow control...

dependencies

## What? Fix some issues with tc39 tests ## Why? Before tc39 tests for enhanced compatilbity mode aka type erasure for ts were basically not doing anything. Also turns out...