k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
# What? Add a `--tags` flag to fetch all tags for the `git describe`. # Why? Without that flag k6's version details gets a previous flag. Closes: #2676
During the build the new tag hasn't been picked from the [git describe command](https://github.com/grafana/k6/blob/dcbe2f9c4fef8dbfc5671e8b8de94a74146728af/build-release.sh#L13), in this way the `k6 version` prints an older tag. It isn't a critical bug because...
Hi! Please consider to review my PR. Additional information about built-in modules seems to be helpful when compiled tool shared with teammates. Have a good day!
### Brief summary It appears that k6 includes the time it takes to decompress a gzip’ed response body in ` http_req_duration`, when not `discardResponseBodies`. This caused me a lot of...
### Feature Description Currently version of k6 can be looked up only with `k6 version` while `k6 -v` switches on verbose logging. Many people are more used to `--version` and...
This is the current situation between `master` and `atlas` branches. I updated the benchmark for not generating a new Registry for each new bench iteration. ~~Apparently the easyjson part is...
When not explicitly initializing _Accept-Encoding_ field in HTTP request header, k6 or Go runtime implicitly adds _Accept-Encoding:_ **identity**, which is fine. But not fine at all is that --http-debug option...
Hey 🙂 This is what I understood of the #2364 issue. I'd like some input on how to test this programmatically. I don't see much change when running k6 with...
This is built on top of https://github.com/grafana/k6/pull/2594 and should close https://github.com/grafana/k6/issues/2584 and fix https://github.com/grafana/k6/issues/2653 when it's done. A bunch of tests still remain to be ported or written, and some...
### Feature Description While doing the soak test , got too much below error, consumed huge space to save logs level=warning msg="Request Failed" error="Post \"**** connect: cannot assign requested address"...