k6
k6 copied to clipboard
A modern load testing tool, using Go and JavaScript - https://k6.io
### Brief summary Hey We have an `abort` function in k6 with this jsdoc: ```ts /** * Aborts the test run with the exit code 108. * https://grafana.com/docs/k6/latest/javascript-api/k6-execution/#test * @param...
### Feature Description Hey :) The current naming of `fail()`, `exec.test.fail()` and `exec.test.abort()` is confusing due to their overlapping names but different behaviors: Function | Purpose | Exit Code |...
### Brief summary Hi , k6 load issue with metalb load-balancer with high tps, if we execute with aws load balancer in external driver then it is 100% success. how...