Skip to content

Commit 72629e3

Browse files
committed
Add CI job to run rust score recalc
Signed-off-by: Nico Burns <[email protected]>
1 parent 5c653a8 commit 72629e3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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 wptreport
15+
- name: Recalc scores
16+
run: wptreport runs-2020

0 commit comments

Comments
 (0)