Skip to content

wasm-bingen-test-runner is very slow for me, is there anything I can do to speed it up? #3237

Discussion options

You must be logged in to vote

Y'all I finally figured this one out after coming back to it yesterday and digging around in headless chrome & chromedriver settings more. Looks like there's a known issue with chrome & gpu usage, so the --disable-gpu flag needs set in headless chrome to prevent errors that take forever to handle before moving on. For this case, I did it by setting the option in webdriver.json at my project root, like this:

{
  "goog:chromeOptions": {
    "args": [
      "--disable-gpu"
    ]
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrew-chang-dewitt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant