try fixing benchmark (#3826)

This commit is contained in:
Siyuan Yan 2025-03-20 14:15:30 +09:00 committed by GitHub
parent 7f5305b207
commit ecd4832670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -121,6 +121,8 @@ jobs:
- name: Run js-framework-benchmark/webdriver-ts npm run bench
working-directory: js-framework-benchmark/webdriver-ts
run: xvfb-run npm run bench -- --framework keyed/yew keyed/yew-hooks --runner playwright --chromeBinary "${{ steps.setup-chrome.outputs.chrome-path }}"
env:
CHROME_DEVEL_SANDBOX: ${{ steps.setup-chrome.outputs.chrome-path }}/../chrome_sandbox
- name: Transform results to be fit for display benchmark-action/github-action-benchmark@v1
run: |