File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments