mirror of https://github.com/yewstack/yew
try fixing benchmark (#3826)
This commit is contained in:
parent
7f5305b207
commit
ecd4832670
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue