Mihail Stoykov

Results 256 comments of Mihail Stoykov

Hi @Mahdi-Ba, can you provide a full example, as I can't reproduce the problem you are having with the following script ```javascript import ws from 'k6/ws'; export default function() {...

I am closing thias the there is no new information. Please comment here if you still have this problem with more information

As [said](https://github.com/grafana/k6/pull/4622#issuecomment-2757536070) in the PR opened for this, the team has decided that we do not want to maintain a man page and documentation separately. At this time there seems...

I guess the problem you are seeing (as you haven't said whether you tried it or not) is that some metrics (Gauge) are getting only the values of one of...

Maybe run `go mod tidy`? I guess some lines should be dropped given the CI failure.

> Maybe we should make a separate PR for bringing this toolchain which is now defaults behavior, WDYT Yeah, that probably is a good idea as I would prefer to...

I would prefer if this is customizable more then it being done in a specific way for two reasons: 1. For anyone who works with the js code only giving...

Thanks for your feedback @papatelst :bow: > it's reported as a random incorrect number. The thing is the number isn't random - it is the number of *possitive* `http_req_failed` values...

> K6 build logs show 67 requests failed out of 167 (http_reqs), that should be a percentage of 67/167 = 40.11%. Not sure why it shows 59.88% ? You are...

> It is the single value of a single run. In my datadog UI snapshot you can see Value is the 5th column and Avg is the first column and...