-
-
Notifications
You must be signed in to change notification settings - Fork 0
28 lines (22 loc) · 807 Bytes
/
Copy pathbench.yml
File metadata and controls
28 lines (22 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# SPDX-License-Identifier: MPL-2.0
# Presswerk — Run workspace benchmarks (informational)
name: Benchmarks
on:
push:
branches: [main]
permissions:
contents: read
jobs:
bench:
name: Run Benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libxdo-dev libwebkit2gtk-4.1-dev libgtk-3-dev libayatana-appindicator3-dev libsoup-3.0-dev libjavascriptcoregtk-4.1-dev
- name: Run benchmarks
run: cargo bench --workspace