Skip to content

Commit

Permalink
Update to latest browser v1.8.1
Browse files Browse the repository at this point in the history
Includes the memory leak fix that was a regression.
  • Loading branch information
ankur22 committed Sep 20, 2024
1 parent 31e3db7 commit 008cee6
Show file tree
Hide file tree
Showing 8 changed files with 59 additions and 37 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
github.com/golang/protobuf v1.5.4
github.com/gorilla/websocket v1.5.1
github.com/grafana/xk6-browser v1.8.0
github.com/grafana/xk6-browser v1.8.1
github.com/grafana/xk6-dashboard v0.7.5
github.com/grafana/xk6-output-opentelemetry v0.2.0
github.com/grafana/xk6-output-prometheus-remote v0.4.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
github.com/grafana/sobek v0.0.0-20240829081756-447e8c611945 h1:rxyoc2Ee/iKcm5EYNU/dEO0GcMZDN5vaDGyIo7pt804=
github.com/grafana/sobek v0.0.0-20240829081756-447e8c611945/go.mod h1:FmcutBFPLiGgroH42I4/HBahv7GxVjODcVWFTw1ISes=
github.com/grafana/xk6-browser v1.8.0 h1:O2JuHT88dnUVu2+TAnI7BJ4hJ6E1YIX4TSmi7dho8GI=
github.com/grafana/xk6-browser v1.8.0/go.mod h1:we1lHAYSVZD5s/4yre2KWtaqY4G0ikNVpn0QE2EO8DA=
github.com/grafana/xk6-browser v1.8.1 h1:n1V27JDmXm8sKLOddlbO3AgCv9vZ3jpEK0AlW4Jvz20=
github.com/grafana/xk6-browser v1.8.1/go.mod h1:we1lHAYSVZD5s/4yre2KWtaqY4G0ikNVpn0QE2EO8DA=
github.com/grafana/xk6-dashboard v0.7.5 h1:TcILyffT/Ea/XD7xG1jMA5lwtusOPRbEQsQDHmO30Mk=
github.com/grafana/xk6-dashboard v0.7.5/go.mod h1:Y75F8xmgCraKT+pBzFH6me9AyH5PkXD+Bxo1dm6Il/M=
github.com/grafana/xk6-output-opentelemetry v0.2.0 h1:u/ctsfUQsyLh6paBjOmKshqeYr6HUsCJr29eO2QTb/s=
Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/grafana/xk6-browser/browser/module.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions vendor/github.com/grafana/xk6-browser/browser/registry.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions vendor/github.com/grafana/xk6-browser/chromium/browser_type.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 29 additions & 16 deletions vendor/github.com/grafana/xk6-browser/common/browser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/grafana/xk6-browser/common/connection.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ github.com/grafana/sobek/ftoa/internal/fast
github.com/grafana/sobek/parser
github.com/grafana/sobek/token
github.com/grafana/sobek/unistring
# github.com/grafana/xk6-browser v1.8.0
# github.com/grafana/xk6-browser v1.8.1
## explicit; go 1.21
github.com/grafana/xk6-browser/browser
github.com/grafana/xk6-browser/chromium
Expand Down

0 comments on commit 008cee6

Please sign in to comment.