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
trafficstars

### Feature Description Currently, the TLS Auth section of the Options inside the javascript only supports clear text private key. This is generally considered insecure in a production environment. ```...

help wanted
feature
evaluation needed

Now that we have event loops and once #2423 is done, it is a good idea to start experimenting and working on making our APIs use it. A good candidate...

evaluation needed

It could be useful to remove the tightly coupled dependency that the gRPC module has from `protojson`. https://github.com/grafana/k6/blob/57e994242f10122bccfbda229c4b29499a42457b/js/modules/k6/grpc/client.go#L232-L241 The `protojson` dependency is a requirement for the `js/k6/grpc` module for creating...

feature
refactor
evaluation needed
area: grpc

Hi. I tried to counters "on the fly" : ``` let itfCounters = {} function increaseCounter(cnt){ if (!itfCounters.hasOwnProperty(cnt)){ console.log("Create counter " + cnt) //itfCounters[cnt]= new Counter(cnt) } itfCounters[cnt].add(1) } ......

triage

tl;dr: there are problems with us supporting named and default exports and the way `require` works, and *most importantly* how ESM works. Please read the whole thing either way as...

question
js-compat
evaluation needed

### Feature Description Only these TLS-related fields are available right now: ``` // Response is a representation of an HTTP response type Response struct { // ... Timings ResponseTimings `json:"timings"`...

feature
new-http

### Brief summary Using as an example the reported script, it prints an unexpected `{}` object using `>v0.37.0`. This change has been introduced by https://github.com/grafana/k6/pull/2392. This is happening because the...

bug

### Brief summary I'm trying to do a spike test for the grpc API of my service: - I want to find out the exact test parameters (VUs, iterations) that...

question
evaluation needed
awaiting user

This will discuss deficiencies around `net/http`, but in reality, some of those apply to other APIs as well. The idea is mostly to: 1. Discuss the problems with the current...

help wanted
performance
evaluation needed
new-http

Now that we have event loops and once #2423 is done, it is a good idea to start experimenting and working on making our APIs use it. A good candidate...

evaluation needed