Ivan

Results 100 comments of Ivan

Hi @RafaMalicia, >seems to be that the sticky session option on AAG v2 is causing unbalanced application calls I'm not an expert of Azure platform, but on AWS seems to...

If we find a way of defining a good API then probably we don't need to limit this to `setup`. For sure, it is required for the first iteration, but...

Hi @mherwig, thanks for your report. We have internally confirmed a performance degradation in case a single item in the SharedArray has a significant size. We will update here when...

Hi @xresch, it seems you're mostly measuring durations that are already an available metric in k6. Isn't [group](https://grafana.com/docs/k6/latest/using-k6/tags-and-groups/#groups) API an option for you? It uses the same tagging principle as...

The [release branch for v0.51.0](https://github.com/grafana/k6/tree/release-v0.51.0) has been created.

Pull request to bump the dependencies has been created https://github.com/grafana/k6/pull/3663

DefinitelyTyped branch [release-v0.51.0](https://github.com/grafana/k6-DefinitelyTyped/tree/release-v0.51.0) has been created.

Hey @mirzaprangon, sorry for the late response. Did you try the [FormData polyfill](https://github.com/grafana/k6-jslib-formdata), it should cover this case. Just make sure to follow what is suggested here: https://github.com/grafana/k6-jslib-formdata/issues/4#issuecomment-2064603614. In the...

@ameetpal to exapand a bit @olegbespalov's request. Can you also clarify if this pull request is going to solve https://github.com/grafana/k6/issues/3732 for you? Can you also explain a bit more about...

Hi @ameetpal, I and @olegbespalov met and synced on this pull request. The current approach doesn't seem to be ideal, because it creates a dependency with an internal API. The...