We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d6f89 commit 3ec23f2Copy full SHA for 3ec23f2
.github/workflows/ci.yml
@@ -52,6 +52,9 @@ jobs:
52
- run: cargo codspeed build -p codspeed-bencher-compat
53
- run: cargo codspeed build --features async_futures -p codspeed-criterion-compat
54
55
+ - run: cargo codspeed build -p codspeed-divan-compat
56
+ - run: cargo codspeed build -p codspeed-divan-compat-examples
57
+
58
- name: Run the benchmarks
59
uses: CodSpeedHQ/action@main
60
with:
@@ -69,6 +72,7 @@ jobs:
69
72
- run: cargo install --path crates/cargo-codspeed --locked
70
73
71
74
- run: cargo codspeed build -p codspeed-divan-compat
75
76
77
78
0 commit comments