We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f4889 commit f0721e5Copy full SHA for f0721e5
.github/workflows/benchmark.yml
@@ -31,6 +31,11 @@ jobs:
31
repository: krausest/js-framework-benchmark
32
path: "js-framework-benchmark"
33
34
+ - name: Install xvfb
35
+ run: |
36
+ sudo apt-get update
37
+ sudo apt-get install xvfb
38
+
39
- name: Setup toolchain
40
uses: dtolnay/rust-toolchain@master
41
with:
@@ -111,7 +116,7 @@ jobs:
111
116
112
117
- name: js-framework-benchmark/webdriver-ts npm run bench
113
118
working-directory: js-framework-benchmark/webdriver-ts
114
- run: npm run tsbench -- --framework keyed/yew keyed/yew-hooks --runner playwright
119
+ run: xvfb-run npm run tsbench -- --framework keyed/yew keyed/yew-hooks --runner playwright
115
120
121
- name: transform results to be fit for display benchmark-action/github-action-benchmark@v1
122
run: |
0 commit comments