Skip to content

Commit 7de51d1

Browse files
committed
Add CI job to run rust score recalc
Signed-off-by: Nico Burns <[email protected]>
1 parent 571a934 commit 7de51d1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Benchmark Rust Scoring
2+
3+
on:
4+
pull_request:
5+
branches: ["main"]
6+
7+
jobs:
8+
score:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Checkout
12+
uses: actions/checkout@v3
13+
- name: Install wptreport
14+
run: cargo install [email protected]
15+
- name: Recalc scores
16+
run: wpt runs-2020
17+
- uses: actions/upload-artifact@v4
18+
with:
19+
name: scores.json
20+
path: ./scores.json

0 commit comments

Comments
 (0)