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

### Brief summary This is more of an FYI Your build tooling appears to be adding an empty 32 byte layer each time it encounters a USER directive in the...

bug

## Background In the [Open Telemetry API](https://opentelemetry.io/docs/specs/otel/trace/api/#) a `Span` represents a single operation within a trace. Spans can be nested to form a trace tree. Each trace contains a root...

feature

### Brief summary The current prototype of the `http.get` and `http.head` methods can prove to be somewhat error-prone, as they take only two arguments, whereas the other HTTP verb-related methods...

bug
good first issue

This implementation saves the offset from the start of the cycle instead of from the previous step, called jumps later. This favors big numerator segments as can be seen by...

This is a repository for unpolished PoC changes before they can be split off in their own PRs. The commits here won't be merged without significant refactoring and changes and...

A group provided with an async function will now: 1. Treat the whole time it take for the async function promise to finisher the duration of the group. 2. It...

This is WIP TODO: - [ ] tests - [ ] give single warnings when the correct `require` implementation differs from the current one - [ ] possibly do the...

# What? Switch from the snappy to the snappy framing. # Why? Closes: #3122

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

## What? This Pull Request updates the File API design document, focusing on the limitations of the `file.Close` operation, especially when files are opened in the init context. ## Why?...

enhancement