Hassy Veldstra

Results 221 comments of Hassy Veldstra

Thanks for the extra context @bshostak! we'll add a way to control how many traces get recorded. The scenario we want to avoid (at least with default settings) is when...

thanks for the bug report @milosgajdos!

Took a bit of time to refresh my memory - the behavior is inherited from [Lodash `merge`](https://lodash.com/docs/4.17.15#merge), the relevant code is here: https://github.com/artilleryio/artillery/blob/main/packages/artillery/lib/util.js#L129 It won't be easy to change without...

@milosgajdos yep something like that! and if that doesn't work either then we're in trouble 😆

thanks @carrejoe3! will be updated in the upcoming release of Artillery (due Monday next week)

Hey @stanyq4 👋 A change was made in Artillery [v2.0.4](https://github.com/artilleryio/artillery/releases/tag/artillery-2.0.4) to use browser contexts for VUs to reduce resource usage. Worth an upgrade if you're not on latest already. There's...

That makes sense @stanyq4, exactly the kind of use case we added Playwright support for :) Just want to check - are you setting `useSeparateBrowserPerVU` to `false`? The default behavior...

Thank you for the detailed bug report! Looks like a bug, we'll take a look

thanks for the bug report and the diff @warmuuh! looks like a bug, we'll take a look /cc @InesNi