Skip to content

Commit dfcfb61

Browse files
committed
chore(ci): add walltime divan benches
1 parent f2be9ed commit dfcfb61

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: moonrepo/setup-rust@v1
4040
- run: cargo test --all
4141

42-
compat-integration-test:
42+
compat-integration-test-instrumentation:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- uses: actions/checkout@v4
@@ -58,3 +58,21 @@ jobs:
5858
with:
5959
run: cargo codspeed run
6060
token: ${{ secrets.CODSPEED_TOKEN }}
61+
62+
compat-integration-test-walltime:
63+
runs-on: codspeed-macro
64+
steps:
65+
- uses: actions/checkout@v4
66+
- uses: moonrepo/setup-rust@v1
67+
with:
68+
cache-target: release
69+
70+
- run: cargo install --path crates/cargo-codspeed --locked
71+
72+
- run: cargo codspeed build -p codspeed-divan-compat
73+
74+
- name: Run the benchmarks
75+
uses: CodSpeedHQ/action@main
76+
with:
77+
run: cargo codspeed run
78+
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)