Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/browser 1112 to release notes #3624

Merged
merged 2 commits into from
Mar 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rephrase browser 1112 to release notes
Co-authored-by: Ankur <[email protected]>
  • Loading branch information
inancgumus and ankur22 authored Mar 6, 2024
commit 8262780b5aad2cf93f16f292d26bcd82a92a1896
2 changes: 1 addition & 1 deletion release notes/v0.50.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _what, why, and what this means for the user_

### Browser Context Isolation [browser#1112](https://github.com/grafana/xk6-browser/issues/1112)

With this release, we have overhauled and improved the performance and stability of the browser module. It's now possible to run tests with unlimited VUs concurrently without any performance issues. Previously, when running tests with multiple VUs concurrently, each VU shared the pages opened by other VU's browser contexts. This was leading to unexpected behavior and performance issues.
With this release, we have overhauled and (tremendously) improved the performance and stability of the browser module. It's now possible to run tests with a larger number of VUs concurrently without any performance issues. Previously, when running tests with multiple VUs concurrently, each VU's browser context would attach to the pages from the other VUS' browser contexts. This led to unexpected behavior and performance issues, and to an extent, reduced the modules capability to run multi VU tests.

## Bug fixes

Expand Down
Loading