grafana / xk6-browser

The browser module adds support for browser automation and end-to-end web testing via the Chrome Devtools Protocol to k6.
https://grafana.com/docs/k6/latest/javascript-api/k6-browser/
GNU Affero General Public License v3.0
344 stars 41 forks source link

Fix memory leak #1429

Open ankur22 opened 2 months ago

ankur22 commented 2 months ago

There is a memory leak which seems to occur since https://github.com/grafana/xk6-browser/pull/1420. It is affecting all tests. As you can see in the graph below the memory profile for the load test instance slowly increases after every iteration.

Image

- [ ] https://github.com/grafana/xk6-browser/pull/1431