We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d80f9 commit 266b1eaCopy full SHA for 266b1ea
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- uses: moonrepo/setup-rust@v1
40
- run: cargo test --all
41
42
- compat-integration-test:
+ compat-integration-test-instrumentation:
43
runs-on: ubuntu-latest
44
steps:
45
- uses: actions/checkout@v4
@@ -58,3 +58,21 @@ jobs:
58
with:
59
run: cargo codspeed run
60
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
77
+ run: cargo codspeed run
78
+ token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments