Skip to content

Commit 31721c9

Browse files
committed
Try building benchmarks before running cargo criterion
1 parent 68b219c commit 31721c9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cron-ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
- cron: '0 0 * * 6'
44
workflow_dispatch:
55

6+
name: Periodic checks/tasks
7+
68
jobs:
79
redox:
810
name: Check compilation on Redox
@@ -127,6 +129,8 @@ jobs:
127129
steps:
128130
- uses: actions/checkout@master
129131
- run: cargo install cargo-criterion
132+
- name: build benchmarks
133+
run: cargo build --release --benches
130134
- name: collect execution benchmark data
131135
run: cargo criterion --bench execution
132136
- name: collect microbenchmarks data

0 commit comments

Comments
 (0)