Ivan Mirić

Results 171 comments of Ivan Mirić

I don't see why we can't compromise and allow this to work with `Enter` instead of `R`. It avoids the mess of switching terminal modes and from my tests on...

I like this proposal, especially passing multiple scripts to `k6 run`. Being able to do `k6 run tests/*` would be great. The idea for the `composite` executor makes sense, though...

I won't comment on the on-topic discussion here as it will take me a few hours to dig into and properly respond :sweat_smile:, but to address the last question by...

Instinctively I'm not a big fan of the option grouping with strvals in this case, and would prefer separate options prefixed with `--ui-*`, e.g. `--ui-refresh-rate=1s`, `--ui-responsive`, `--ui-[no]description`, `--ui-[no]header`, etc., but...

I agree with the drawbacks of proposal #1, those seem like deal breakers. The second functional approach is interesting, but it will only complicate scripts and our implementation if we...

@ALOKSINGHDAGAR If your result file is in JSON, you can use [jq](https://stedolan.github.io/jq/) to filter out unwanted metrics. See the examples in [the documentation](https://k6.io/docs/results-visualization/json/#processing-json-output). Unfortunately I don't think there's a way...

I took a brief look at this, and while the fix itself is straightforward, adding tests for it seems impossible. See 3e3c3476. The headers in the request passed to the...

Hey, I started exploring this issue, but it's a bit difficult to gather precise requirements because of the amount of related issues and discussions. So far I'm mostly working based...

From my tests with v2 a few months ago we weren't able to write to it, though I forget the exact reason... The line protocol format seems to have remained...

Hi, thanks for reporting this. Are you using HTTP keep-alive? [As mentioned in the documentation](https://k6.io/docs/using-k6/options#dns) k6 will keep a connection open if keep-alive is in use, so the only way...